Interface CreateMaterializedViewRequestOrBuilder

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

public interface CreateMaterializedViewRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getParent

      String getParent()
       Required. The parent instance where this materialized view will be created.
       Format: `projects/{project}/instances/{instance}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The parent instance where this materialized view will be created.
       Format: `projects/{project}/instances/{instance}`.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • getMaterializedViewId

      String getMaterializedViewId()
       Required. The ID to use for the materialized view, which will become the
       final component of the materialized view's resource name.
       
      string materialized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The materializedViewId.
    • getMaterializedViewIdBytes

      com.google.protobuf.ByteString getMaterializedViewIdBytes()
       Required. The ID to use for the materialized view, which will become the
       final component of the materialized view's resource name.
       
      string materialized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for materializedViewId.
    • hasMaterializedView

      boolean hasMaterializedView()
       Required. The materialized view to create.
       
      .google.bigtable.admin.v2.MaterializedView materialized_view = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the materializedView field is set.
    • getMaterializedView

      MaterializedView getMaterializedView()
       Required. The materialized view to create.
       
      .google.bigtable.admin.v2.MaterializedView materialized_view = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The materializedView.
    • getMaterializedViewOrBuilder

      MaterializedViewOrBuilder getMaterializedViewOrBuilder()
       Required. The materialized view to create.
       
      .google.bigtable.admin.v2.MaterializedView materialized_view = 3 [(.google.api.field_behavior) = REQUIRED];