Class 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.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
    implements CreateEntryGroupRequestOrBuilder
     Request message for
     [CreateEntryGroup][google.cloud.datacatalog.v1beta1.DataCatalog.CreateEntryGroup].
     
    Protobuf type google.cloud.datacatalog.v1beta1.CreateEntryGroupRequest
    • Method Detail

      • getDescriptor

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

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

        public 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.GeneratedMessageV3.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.GeneratedMessageV3.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
      • clone

        public CreateEntryGroupRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
      • clearField

        public CreateEntryGroupRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
      • clearOneof

        public CreateEntryGroupRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
      • setRepeatedField

        public CreateEntryGroupRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                int index,
                                                                Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
      • addRepeatedField

        public CreateEntryGroupRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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;
      • 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;
      • setUnknownFields

        public final CreateEntryGroupRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>
      • mergeUnknownFields

        public final CreateEntryGroupRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateEntryGroupRequest.Builder>