- 0.79.0 (latest)
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Project.Builder extends GeneratedMessage.Builder<Project.Builder> implements ProjectOrBuilderMetadata and configurations for a Google Cloud project in the service.
Protobuf type google.cloud.discoveryengine.v1alpha.Project
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Project.BuilderImplements
ProjectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Project build()| Returns | |
|---|---|
| Type | Description |
Project |
|
buildPartial()
public Project buildPartial()| Returns | |
|---|---|
| Type | Description |
Project |
|
clear()
public Project.Builder clear()| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
clearCreateTime()
public Project.Builder clearCreateTime()Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
clearName()
public Project.Builder clearName() Output only. Full resource name of the project, for example
projects/{project_number}.
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];
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
This builder for chaining. |
clearProvisionCompletionTime()
public Project.Builder clearProvisionCompletionTime()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];
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
clearServiceTermsMap()
public Project.Builder clearServiceTermsMap()| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
containsServiceTermsMap(String key)
public boolean containsServiceTermsMap(String key) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreateTime()
public Timestamp getCreateTime()Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public Project getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Project |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMutableServiceTermsMap() (deprecated)
public Map<String,Project.ServiceTerms> getMutableServiceTermsMap()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ServiceTerms> |
|
getName()
public String getName() Output only. Full resource name of the project, for example
projects/{project_number}.
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];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Output only. Full resource name of the project, for example
projects/{project_number}.
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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProvisionCompletionTime()
public 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];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The provisionCompletionTime. |
getProvisionCompletionTimeBuilder()
public Timestamp.Builder getProvisionCompletionTimeBuilder()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];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getProvisionCompletionTimeOrBuilder()
public 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];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getServiceTermsMap() (deprecated)
public Map<String,Project.ServiceTerms> getServiceTermsMap()Use #getServiceTermsMapMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ServiceTerms> |
|
getServiceTermsMapCount()
public int getServiceTermsMapCount() Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getServiceTermsMapMap()
public Map<String,Project.ServiceTerms> getServiceTermsMapMap() Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Map<String,ServiceTerms> |
|
getServiceTermsMapOrDefault(String key, Project.ServiceTerms defaultValue)
public Project.ServiceTerms getServiceTermsMapOrDefault(String key, Project.ServiceTerms defaultValue) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
Project.ServiceTerms |
| Returns | |
|---|---|
| Type | Description |
Project.ServiceTerms |
|
getServiceTermsMapOrThrow(String key)
public Project.ServiceTerms getServiceTermsMapOrThrow(String key) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Project.ServiceTerms |
|
hasCreateTime()
public boolean hasCreateTime()Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasProvisionCompletionTime()
public 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the provisionCompletionTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public Project.Builder mergeCreateTime(Timestamp value)Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
mergeFrom(Project other)
public Project.Builder mergeFrom(Project other)| Parameter | |
|---|---|
| Name | Description |
other |
Project |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Project.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Project.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
mergeProvisionCompletionTime(Timestamp value)
public Project.Builder mergeProvisionCompletionTime(Timestamp value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
putAllServiceTermsMap(Map<String,Project.ServiceTerms> values)
public Project.Builder putAllServiceTermsMap(Map<String,Project.ServiceTerms> values) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,ServiceTerms> |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
putServiceTermsMap(String key, Project.ServiceTerms value)
public Project.Builder putServiceTermsMap(String key, Project.ServiceTerms value) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
Project.ServiceTerms |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
putServiceTermsMapBuilderIfAbsent(String key)
public Project.ServiceTerms.Builder putServiceTermsMapBuilderIfAbsent(String key) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Project.ServiceTerms.Builder |
|
removeServiceTermsMap(String key)
public Project.Builder removeServiceTermsMap(String key) Output only. A map of terms of services. The key is the id of
ServiceTerms.
map<string, .google.cloud.discoveryengine.v1alpha.Project.ServiceTerms> service_terms_map = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
setCreateTime(Timestamp value)
public Project.Builder setCreateTime(Timestamp value)Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public Project.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The timestamp when this project is created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
setName(String value)
public Project.Builder setName(String value) Output only. Full resource name of the project, for example
projects/{project_number}.
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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Project.Builder setNameBytes(ByteString value) Output only. Full resource name of the project, for example
projects/{project_number}.
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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
This builder for chaining. |
setProvisionCompletionTime(Timestamp value)
public Project.Builder setProvisionCompletionTime(Timestamp value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|
setProvisionCompletionTime(Timestamp.Builder builderForValue)
public Project.Builder setProvisionCompletionTime(Timestamp.Builder builderForValue)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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Project.Builder |
|