Interface CreateRepositoryRequestOrBuilder

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

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

      • getParent

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

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

        boolean hasRepository()
         Required. The repository to create.
         
        .google.cloud.dataform.v1beta1.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the repository field is set.
      • getRepository

        Repository getRepository()
         Required. The repository to create.
         
        .google.cloud.dataform.v1beta1.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The repository.
      • getRepositoryOrBuilder

        RepositoryOrBuilder getRepositoryOrBuilder()
         Required. The repository to create.
         
        .google.cloud.dataform.v1beta1.Repository repository = 2 [(.google.api.field_behavior) = REQUIRED];
      • getRepositoryId

        String getRepositoryId()
         Required. The ID to use for the repository, which will become the final component of
         the repository's resource name.
         
        string repository_id = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The repositoryId.
      • getRepositoryIdBytes

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