public static final class CreateContactRequest.Builder extends GeneratedMessageV3.Builder<CreateContactRequest.Builder> implements CreateContactRequestOrBuilder
Request message for the CreateContact method.
Protobuf type google.cloud.essentialcontacts.v1.CreateContactRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public CreateContactRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateContactRequest build()
public CreateContactRequest buildPartial()
public CreateContactRequest.Builder clear()
Overrides
public CreateContactRequest.Builder clearContact()
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateContactRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public CreateContactRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CreateContactRequest.Builder clearParent()
Required. The resource to save this contact for.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public CreateContactRequest.Builder clone()
Overrides
public Contact getContact()
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
Contact |
The contact.
|
public Contact.Builder getContactBuilder()
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
public ContactOrBuilder getContactOrBuilder()
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateContactRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getParent()
Required. The resource to save this contact for.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
Required. The resource to save this contact for.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
public boolean hasContact()
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the contact field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CreateContactRequest.Builder mergeContact(Contact value)
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Contact
|
public CreateContactRequest.Builder mergeFrom(CreateContactRequest other)
public CreateContactRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public CreateContactRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final CreateContactRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public CreateContactRequest.Builder setContact(Contact value)
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
Contact
|
public CreateContactRequest.Builder setContact(Contact.Builder builderForValue)
Required. The contact to create. Must specify an email address and language
tag.
.google.cloud.essentialcontacts.v1.Contact contact = 2 [(.google.api.field_behavior) = REQUIRED];
public CreateContactRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CreateContactRequest.Builder setParent(String value)
Required. The resource to save this contact for.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The parent to set.
|
public CreateContactRequest.Builder setParentBytes(ByteString value)
Required. The resource to save this contact for.
Format: organizations/{organization_id}, folders/{folder_id} or
projects/{project_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for parent to set.
|
public CreateContactRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final CreateContactRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides