public static final class GetAccountRequest.Builder extends GeneratedMessage.Builder<GetAccountRequest.Builder> implements GetAccountRequestOrBuilder The request message for the GetAccount method.
Protobuf type google.shopping.css.v1.GetAccountRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetAccountRequest.BuilderImplements
GetAccountRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetAccountRequest build()| Returns | |
|---|---|
| Type | Description |
GetAccountRequest |
|
buildPartial()
public GetAccountRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetAccountRequest |
|
clear()
public GetAccountRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
|
clearName()
public GetAccountRequest.Builder clearName()Required. The name of the managed CSS/MC account. Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
This builder for chaining. |
clearParent()
public GetAccountRequest.Builder clearParent()Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
optional string parent = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetAccountRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetAccountRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName()Required. The name of the managed CSS/MC account. Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Required. The name of the managed CSS/MC account. Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getParent()
public String getParent()Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
optional string parent = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
optional string parent = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasParent()
public boolean hasParent()Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
optional string parent = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parent field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetAccountRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetAccountRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
|
mergeFrom(GetAccountRequest other)
public GetAccountRequest.Builder mergeFrom(GetAccountRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAccountRequest |
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
|
setName(String value)
public GetAccountRequest.Builder setName(String value)Required. The name of the managed CSS/MC account. Format: accounts/{account}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetAccountRequest.Builder setNameBytes(ByteString value)Required. The name of the managed CSS/MC account. Format: accounts/{account}
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 |
GetAccountRequest.Builder |
This builder for chaining. |
setParent(String value)
public GetAccountRequest.Builder setParent(String value)Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
optional string parent = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public GetAccountRequest.Builder setParentBytes(ByteString value)Optional. Only required when retrieving MC account information. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}
optional string parent = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
GetAccountRequest.Builder |
This builder for chaining. |