Interface CreateSchemaBundleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateSchemaBundleRequest, CreateSchemaBundleRequest.Builder

public interface CreateSchemaBundleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      String getParent()
       Required. The parent resource where this schema bundle will be created.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The parent resource where this schema bundle will be created.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getSchemaBundleId

      String getSchemaBundleId()
       Required. The unique ID to use for the schema bundle, which will become the
       final component of the schema bundle's resource name.
       
      string schema_bundle_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The schemaBundleId.
    • getSchemaBundleIdBytes

      com.google.protobuf.ByteString getSchemaBundleIdBytes()
       Required. The unique ID to use for the schema bundle, which will become the
       final component of the schema bundle's resource name.
       
      string schema_bundle_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for schemaBundleId.
    • hasSchemaBundle

      boolean hasSchemaBundle()
       Required. The schema bundle to create.
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the schemaBundle field is set.
    • getSchemaBundle

      SchemaBundle getSchemaBundle()
       Required. The schema bundle to create.
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The schemaBundle.
    • getSchemaBundleOrBuilder

      SchemaBundleOrBuilder getSchemaBundleOrBuilder()
       Required. The schema bundle to create.
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 3 [(.google.api.field_behavior) = REQUIRED];