public interface ProjectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsServiceTermsMap(String key)
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
com.google.protobuf.Timestamp |
getProvisionCompletionTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getProvisionCompletionTimeOrBuilder()
Output only.
|
Map<String,Project.ServiceTerms> |
getServiceTermsMap()
Deprecated.
|
int |
getServiceTermsMapCount()
Output only.
|
Map<String,Project.ServiceTerms> |
getServiceTermsMapMap()
Output only.
|
Project.ServiceTerms |
getServiceTermsMapOrDefault(String key,
Project.ServiceTerms defaultValue)
Output only.
|
Project.ServiceTerms |
getServiceTermsMapOrThrow(String key)
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasProvisionCompletionTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Full resource name of the project, for example
`projects/{project}`.
Note that when making requests, project number and project id are both
acceptable, but the server will always respond in project number.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Full resource name of the project, for example
`projects/{project}`.
Note that when making requests, project number and project id are both
acceptable, but the server will always respond in project number.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasCreateTime()
Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasProvisionCompletionTime()
Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use.
.google.protobuf.Timestamp provision_completion_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getProvisionCompletionTime()
Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use.
.google.protobuf.Timestamp provision_completion_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getProvisionCompletionTimeOrBuilder()
Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use.
.google.protobuf.Timestamp provision_completion_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getServiceTermsMapCount()
Output only. A map of terms of services. The key is the `id` of [ServiceTerms][google.cloud.discoveryengine.v1beta.Project.ServiceTerms].
map<string, .google.cloud.discoveryengine.v1beta.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsServiceTermsMap(String key)
Output only. A map of terms of services. The key is the `id` of [ServiceTerms][google.cloud.discoveryengine.v1beta.Project.ServiceTerms].
map<string, .google.cloud.discoveryengine.v1beta.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,Project.ServiceTerms> getServiceTermsMap()
getServiceTermsMapMap() instead.Map<String,Project.ServiceTerms> getServiceTermsMapMap()
Output only. A map of terms of services. The key is the `id` of [ServiceTerms][google.cloud.discoveryengine.v1beta.Project.ServiceTerms].
map<string, .google.cloud.discoveryengine.v1beta.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Project.ServiceTerms getServiceTermsMapOrDefault(String key, Project.ServiceTerms defaultValue)
Output only. A map of terms of services. The key is the `id` of [ServiceTerms][google.cloud.discoveryengine.v1beta.Project.ServiceTerms].
map<string, .google.cloud.discoveryengine.v1beta.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Project.ServiceTerms getServiceTermsMapOrThrow(String key)
Output only. A map of terms of services. The key is the `id` of [ServiceTerms][google.cloud.discoveryengine.v1beta.Project.ServiceTerms].
map<string, .google.cloud.discoveryengine.v1beta.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.