Class CreateEntryGroupRequest.Builder

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

public static final class CreateEntryGroupRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<CreateEntryGroupRequest.Builder> implements CreateEntryGroupRequestOrBuilder
 Request message for
 [CreateEntryGroup][google.cloud.datacatalog.v1beta1.DataCatalog.CreateEntryGroup].
 
Protobuf type google.cloud.datacatalog.v1beta1.CreateEntryGroupRequest
  • 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<CreateEntryGroupRequest.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<CreateEntryGroupRequest.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<CreateEntryGroupRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public CreateEntryGroupRequest.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<CreateEntryGroupRequest.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<CreateEntryGroupRequest.Builder>
    • mergeFrom

      public CreateEntryGroupRequest.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<CreateEntryGroupRequest.Builder>
      Throws:
      IOException
    • getParent

      public String getParent()
       Required. The name of the project this entry group is in. Example:
      
       * projects/{project_id}/locations/{location}
      
       Note that this EntryGroup and its child resources may not actually be
       stored in the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface CreateEntryGroupRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. The name of the project this entry group is in. Example:
      
       * projects/{project_id}/locations/{location}
      
       Note that this EntryGroup and its child resources may not actually be
       stored in the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface CreateEntryGroupRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

      public CreateEntryGroupRequest.Builder setParent(String value)
       Required. The name of the project this entry group is in. Example:
      
       * projects/{project_id}/locations/{location}
      
       Note that this EntryGroup and its child resources may not actually be
       stored in the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

      public CreateEntryGroupRequest.Builder clearParent()
       Required. The name of the project this entry group is in. Example:
      
       * projects/{project_id}/locations/{location}
      
       Note that this EntryGroup and its child resources may not actually be
       stored in the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public CreateEntryGroupRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. The name of the project this entry group is in. Example:
      
       * projects/{project_id}/locations/{location}
      
       Note that this EntryGroup and its child resources may not actually be
       stored in the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • getEntryGroupId

      public String getEntryGroupId()
       Required. The id of the entry group to create.
       The id must begin with a letter or underscore, contain only English
       letters, numbers and underscores, and be at most 64 characters.
       
      string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntryGroupId in interface CreateEntryGroupRequestOrBuilder
      Returns:
      The entryGroupId.
    • getEntryGroupIdBytes

      public com.google.protobuf.ByteString getEntryGroupIdBytes()
       Required. The id of the entry group to create.
       The id must begin with a letter or underscore, contain only English
       letters, numbers and underscores, and be at most 64 characters.
       
      string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntryGroupIdBytes in interface CreateEntryGroupRequestOrBuilder
      Returns:
      The bytes for entryGroupId.
    • setEntryGroupId

      public CreateEntryGroupRequest.Builder setEntryGroupId(String value)
       Required. The id of the entry group to create.
       The id must begin with a letter or underscore, contain only English
       letters, numbers and underscores, and be at most 64 characters.
       
      string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The entryGroupId to set.
      Returns:
      This builder for chaining.
    • clearEntryGroupId

      public CreateEntryGroupRequest.Builder clearEntryGroupId()
       Required. The id of the entry group to create.
       The id must begin with a letter or underscore, contain only English
       letters, numbers and underscores, and be at most 64 characters.
       
      string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setEntryGroupIdBytes

      public CreateEntryGroupRequest.Builder setEntryGroupIdBytes(com.google.protobuf.ByteString value)
       Required. The id of the entry group to create.
       The id must begin with a letter or underscore, contain only English
       letters, numbers and underscores, and be at most 64 characters.
       
      string entry_group_id = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for entryGroupId to set.
      Returns:
      This builder for chaining.
    • hasEntryGroup

      public boolean hasEntryGroup()
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
      Specified by:
      hasEntryGroup in interface CreateEntryGroupRequestOrBuilder
      Returns:
      Whether the entryGroup field is set.
    • getEntryGroup

      public EntryGroup getEntryGroup()
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
      Specified by:
      getEntryGroup in interface CreateEntryGroupRequestOrBuilder
      Returns:
      The entryGroup.
    • setEntryGroup

      public CreateEntryGroupRequest.Builder setEntryGroup(EntryGroup value)
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
    • setEntryGroup

      public CreateEntryGroupRequest.Builder setEntryGroup(EntryGroup.Builder builderForValue)
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
    • mergeEntryGroup

      public CreateEntryGroupRequest.Builder mergeEntryGroup(EntryGroup value)
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
    • clearEntryGroup

      public CreateEntryGroupRequest.Builder clearEntryGroup()
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
    • getEntryGroupBuilder

      public EntryGroup.Builder getEntryGroupBuilder()
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
    • getEntryGroupOrBuilder

      public EntryGroupOrBuilder getEntryGroupOrBuilder()
       The entry group to create. Defaults to an empty entry group.
       
      .google.cloud.datacatalog.v1beta1.EntryGroup entry_group = 2;
      Specified by:
      getEntryGroupOrBuilder in interface CreateEntryGroupRequestOrBuilder