Interface CreateAuthorizedViewRequestOrBuilder

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

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

    • getParent

      String getParent()
       Required. This is the name of the table the AuthorizedView belongs to.
       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. This is the name of the table the AuthorizedView belongs to.
       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.
    • getAuthorizedViewId

      String getAuthorizedViewId()
       Required. The id of the AuthorizedView to create. This AuthorizedView must
       not already exist. The `authorized_view_id` appended to `parent` forms the
       full AuthorizedView name of the form
       `projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
       
      string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The authorizedViewId.
    • getAuthorizedViewIdBytes

      com.google.protobuf.ByteString getAuthorizedViewIdBytes()
       Required. The id of the AuthorizedView to create. This AuthorizedView must
       not already exist. The `authorized_view_id` appended to `parent` forms the
       full AuthorizedView name of the form
       `projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}`.
       
      string authorized_view_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for authorizedViewId.
    • hasAuthorizedView

      boolean hasAuthorizedView()
       Required. The AuthorizedView to create.
       
      .google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the authorizedView field is set.
    • getAuthorizedView

      AuthorizedView getAuthorizedView()
       Required. The AuthorizedView to create.
       
      .google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The authorizedView.
    • getAuthorizedViewOrBuilder

      AuthorizedViewOrBuilder getAuthorizedViewOrBuilder()
       Required. The AuthorizedView to create.
       
      .google.bigtable.admin.v2.AuthorizedView authorized_view = 3 [(.google.api.field_behavior) = REQUIRED];