Send feedback
Class CreateCertificateMapEntryRequest.Builder (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.0 keyboard_arrow_down
public static final class CreateCertificateMapEntryRequest . Builder extends GeneratedMessageV3 . Builder<CreateCertificateMapEntryRequest . Builder > implements CreateCertificateMapEntryRequestOrBuilder
Request for the CreateCertificateMapEntry
method.
Protobuf type google.cloud.certificatemanager.v1.CreateCertificateMapEntryRequest
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateCertificateMapEntryRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public CreateCertificateMapEntryRequest build ()
Returns
buildPartial()
public CreateCertificateMapEntryRequest buildPartial ()
Returns
clear()
public CreateCertificateMapEntryRequest . Builder clear ()
Returns
Overrides
clearCertificateMapEntry()
public CreateCertificateMapEntryRequest . Builder clearCertificateMapEntry ()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
clearCertificateMapEntryId()
public CreateCertificateMapEntryRequest . Builder clearCertificateMapEntryId ()
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public CreateCertificateMapEntryRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateCertificateMapEntryRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearParent()
public CreateCertificateMapEntryRequest . Builder clearParent ()
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clone()
public CreateCertificateMapEntryRequest . Builder clone ()
Returns
Overrides
getCertificateMapEntry()
public CertificateMapEntry getCertificateMapEntry ()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getCertificateMapEntryBuilder()
public CertificateMapEntry . Builder getCertificateMapEntryBuilder ()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getCertificateMapEntryId()
public String getCertificateMapEntryId ()
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description String The certificateMapEntryId.
getCertificateMapEntryIdBytes()
public ByteString getCertificateMapEntryIdBytes ()
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description ByteString The bytes for certificateMapEntryId.
getCertificateMapEntryOrBuilder()
public CertificateMapEntryOrBuilder getCertificateMapEntryOrBuilder ()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public CreateCertificateMapEntryRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getParent()
public String getParent ()
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
hasCertificateMapEntry()
public boolean hasCertificateMapEntry ()
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description boolean Whether the certificateMapEntry field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeCertificateMapEntry(CertificateMapEntry value)
public CreateCertificateMapEntryRequest . Builder mergeCertificateMapEntry ( CertificateMapEntry value )
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeFrom(CreateCertificateMapEntryRequest other)
public CreateCertificateMapEntryRequest . Builder mergeFrom ( CreateCertificateMapEntryRequest other )
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateCertificateMapEntryRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CreateCertificateMapEntryRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateCertificateMapEntryRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setCertificateMapEntry(CertificateMapEntry value)
public CreateCertificateMapEntryRequest . Builder setCertificateMapEntry ( CertificateMapEntry value )
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setCertificateMapEntry(CertificateMapEntry.Builder builderForValue)
public CreateCertificateMapEntryRequest . Builder setCertificateMapEntry ( CertificateMapEntry . Builder builderForValue )
Required. A definition of the certificate map entry to create.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setCertificateMapEntryId(String value)
public CreateCertificateMapEntryRequest . Builder setCertificateMapEntryId ( String value )
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value String
The certificateMapEntryId to set.
Returns
setCertificateMapEntryIdBytes(ByteString value)
public CreateCertificateMapEntryRequest . Builder setCertificateMapEntryIdBytes ( ByteString value )
Required. A user-provided name of the certificate map entry.
string certificate_map_entry_id = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value ByteString
The bytes for certificateMapEntryId to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public CreateCertificateMapEntryRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setParent(String value)
public CreateCertificateMapEntryRequest . Builder setParent ( String value )
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value String
The parent to set.
Returns
setParentBytes(ByteString value)
public CreateCertificateMapEntryRequest . Builder setParentBytes ( ByteString value )
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name Description value ByteString
The bytes for parent to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateCertificateMapEntryRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateCertificateMapEntryRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]