public interface BatchCreateRepositoriesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The connection to contain all the repositories being created. Format: projects/*/locations/*/connections/* The parent field in the CreateRepositoryRequest messages must either be empty or match this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The connection to contain all the repositories being created. Format: projects/*/locations/*/connections/* The parent field in the CreateRepositoryRequest messages must either be empty or match this field.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public abstract CreateRepositoryRequest getRequests(int index)Required. The request messages specifying the repositories to create.
repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
index |
int |
| Type | Description |
CreateRepositoryRequest |
getRequestsCount()
public abstract int getRequestsCount()Required. The request messages specifying the repositories to create.
repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
int |
getRequestsList()
public abstract List<CreateRepositoryRequest> getRequestsList()Required. The request messages specifying the repositories to create.
repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
List<CreateRepositoryRequest> |
getRequestsOrBuilder(int index)
public abstract CreateRepositoryRequestOrBuilder getRequestsOrBuilder(int index)Required. The request messages specifying the repositories to create.
repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
index |
int |
| Type | Description |
CreateRepositoryRequestOrBuilder |
getRequestsOrBuilderList()
public abstract List<? extends CreateRepositoryRequestOrBuilder> getRequestsOrBuilderList()Required. The request messages specifying the repositories to create.
repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
List<? extends google.devtools.cloudbuild.v2.CreateRepositoryRequestOrBuilder> |