Class CreateExampleStoreRequest.Builder

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

public static final class CreateExampleStoreRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<CreateExampleStoreRequest.Builder> implements CreateExampleStoreRequestOrBuilder
 Request message for
 [ExampleStoreService.CreateExampleStore][google.cloud.aiplatform.v1beta1.ExampleStoreService.CreateExampleStore].
 
Protobuf type google.cloud.aiplatform.v1beta1.CreateExampleStoreRequest
  • 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<CreateExampleStoreRequest.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<CreateExampleStoreRequest.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<CreateExampleStoreRequest.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

      public String getParent()
       Required. The resource name of the Location to create the ExampleStore in.
       Format:
       `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface CreateExampleStoreRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. The resource name of the Location to create the ExampleStore in.
       Format:
       `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface CreateExampleStoreRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

      public CreateExampleStoreRequest.Builder setParent(String value)
       Required. The resource name of the Location to create the ExampleStore in.
       Format:
       `projects/{project}/locations/{location}`
       
      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 CreateExampleStoreRequest.Builder clearParent()
       Required. The resource name of the Location to create the ExampleStore in.
       Format:
       `projects/{project}/locations/{location}`
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public CreateExampleStoreRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. The resource name of the Location to create the ExampleStore in.
       Format:
       `projects/{project}/locations/{location}`
       
      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.
    • hasExampleStore

      public boolean hasExampleStore()
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasExampleStore in interface CreateExampleStoreRequestOrBuilder
      Returns:
      Whether the exampleStore field is set.
    • getExampleStore

      public ExampleStore getExampleStore()
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getExampleStore in interface CreateExampleStoreRequestOrBuilder
      Returns:
      The exampleStore.
    • setExampleStore

      public CreateExampleStoreRequest.Builder setExampleStore(ExampleStore value)
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
    • setExampleStore

      public CreateExampleStoreRequest.Builder setExampleStore(ExampleStore.Builder builderForValue)
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
    • mergeExampleStore

      public CreateExampleStoreRequest.Builder mergeExampleStore(ExampleStore value)
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearExampleStore

      public CreateExampleStoreRequest.Builder clearExampleStore()
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
    • getExampleStoreBuilder

      public ExampleStore.Builder getExampleStoreBuilder()
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
    • getExampleStoreOrBuilder

      public ExampleStoreOrBuilder getExampleStoreOrBuilder()
       Required. The Example Store to be created.
       
      .google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getExampleStoreOrBuilder in interface CreateExampleStoreRequestOrBuilder