Class ModifyEntryContactsRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ModifyEntryContactsRequest.Builder>
com.google.cloud.datacatalog.v1.ModifyEntryContactsRequest.Builder
All Implemented Interfaces:
ModifyEntryContactsRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ModifyEntryContactsRequest

public static final class ModifyEntryContactsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ModifyEntryContactsRequest.Builder> implements ModifyEntryContactsRequestOrBuilder
 Request message for
 [ModifyEntryContacts][google.cloud.datacatalog.v1.DataCatalog.ModifyEntryContacts].
 
Protobuf type google.cloud.datacatalog.v1.ModifyEntryContactsRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ModifyEntryContactsRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ModifyEntryContactsRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ModifyEntryContactsRequest.Builder>
    • getDefaultInstanceForType

      public ModifyEntryContactsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ModifyEntryContactsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ModifyEntryContactsRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModifyEntryContactsRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ModifyEntryContactsRequest.Builder>
    • mergeFrom

      public ModifyEntryContactsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ModifyEntryContactsRequest.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       Required. The full resource name of the entry.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getName in interface ModifyEntryContactsRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Required. The full resource name of the entry.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getNameBytes in interface ModifyEntryContactsRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

       Required. The full resource name of the entry.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       Required. The full resource name of the entry.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setNameBytes

      public ModifyEntryContactsRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       Required. The full resource name of the entry.
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasContacts

      public boolean hasContacts()
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasContacts in interface ModifyEntryContactsRequestOrBuilder
      Returns:
      Whether the contacts field is set.
    • getContacts

      public Contacts getContacts()
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getContacts in interface ModifyEntryContactsRequestOrBuilder
      Returns:
      The contacts.
    • setContacts

      public ModifyEntryContactsRequest.Builder setContacts(Contacts value)
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
    • setContacts

      public ModifyEntryContactsRequest.Builder setContacts(Contacts.Builder builderForValue)
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
    • mergeContacts

      public ModifyEntryContactsRequest.Builder mergeContacts(Contacts value)
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearContacts

      public ModifyEntryContactsRequest.Builder clearContacts()
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
    • getContactsBuilder

      public Contacts.Builder getContactsBuilder()
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
    • getContactsOrBuilder

      public ContactsOrBuilder getContactsOrBuilder()
       Required. The new value for the Contacts.
       
      .google.cloud.datacatalog.v1.Contacts contacts = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getContactsOrBuilder in interface ModifyEntryContactsRequestOrBuilder