public static final class GetRecommenderConfigRequest.Builder extends GeneratedMessage.Builder<GetRecommenderConfigRequest.Builder> implements GetRecommenderConfigRequestOrBuilderRequest for the GetRecommenderConfig` method.
Protobuf type google.cloud.recommender.v1beta1.GetRecommenderConfigRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetRecommenderConfigRequest.BuilderImplements
GetRecommenderConfigRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetRecommenderConfigRequest build()| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest |
|
buildPartial()
public GetRecommenderConfigRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest |
|
clear()
public GetRecommenderConfigRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
|
clearName()
public GetRecommenderConfigRequest.Builder clearName()Required. Name of the Recommendation Config to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configprojects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configorganizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetRecommenderConfigRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. Name of the Recommendation Config to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configprojects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configorganizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. Name of the Recommendation Config to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configprojects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configorganizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetRecommenderConfigRequest other)
public GetRecommenderConfigRequest.Builder mergeFrom(GetRecommenderConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRecommenderConfigRequest |
| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRecommenderConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetRecommenderConfigRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
|
setName(String value)
public GetRecommenderConfigRequest.Builder setName(String value)Required. Name of the Recommendation Config to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configprojects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configorganizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetRecommenderConfigRequest.Builder setNameBytes(ByteString value)Required. Name of the Recommendation Config to get.
Acceptable formats:
projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configprojects/[PROJECT_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/configorganizations/[ORGANIZATION_ID]/locations/[LOCATION]/recommenders/[RECOMMENDER_ID]/config
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetRecommenderConfigRequest.Builder |
This builder for chaining. |