Interface CreateWorkspaceRequestOrBuilder

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

    public interface CreateWorkspaceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParent

        String getParent()
         Required. The repository in which to create the workspace. Must be in the format
         `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The repository in which to create the workspace. Must be in the format
         `projects/*/locations/*/repositories/*`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasWorkspace

        boolean hasWorkspace()
         Required. The workspace to create.
         
        .google.cloud.dataform.v1alpha2.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the workspace field is set.
      • getWorkspace

        Workspace getWorkspace()
         Required. The workspace to create.
         
        .google.cloud.dataform.v1alpha2.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The workspace.
      • getWorkspaceOrBuilder

        WorkspaceOrBuilder getWorkspaceOrBuilder()
         Required. The workspace to create.
         
        .google.cloud.dataform.v1alpha2.Workspace workspace = 2 [(.google.api.field_behavior) = REQUIRED];
      • getWorkspaceId

        String getWorkspaceId()
         Required. The ID to use for the workspace, which will become the final component of
         the workspace's resource name.
         
        string workspace_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The workspaceId.
      • getWorkspaceIdBytes

        com.google.protobuf.ByteString getWorkspaceIdBytes()
         Required. The ID to use for the workspace, which will become the final component of
         the workspace's resource name.
         
        string workspace_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for workspaceId.