public static final class GetAuthorizedCertificateRequest.Builder extends GeneratedMessage.Builder<GetAuthorizedCertificateRequest.Builder> implements GetAuthorizedCertificateRequestOrBuilder Request message for AuthorizedCertificates.GetAuthorizedCertificate.
Protobuf type google.appengine.v1.GetAuthorizedCertificateRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetAuthorizedCertificateRequest.BuilderImplements
GetAuthorizedCertificateRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetAuthorizedCertificateRequest build()| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest |
|
buildPartial()
public GetAuthorizedCertificateRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest |
|
clear()
public GetAuthorizedCertificateRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
|
clearName()
public GetAuthorizedCertificateRequest.Builder clearName() Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
This builder for chaining. |
clearView()
public GetAuthorizedCertificateRequest.Builder clearView() Controls the set of fields returned in the GET response.
.google.appengine.v1.AuthorizedCertificateView view = 2;
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetAuthorizedCertificateRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getName()
public String getName() Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getView()
public AuthorizedCertificateView getView() Controls the set of fields returned in the GET response.
.google.appengine.v1.AuthorizedCertificateView view = 2;
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificateView |
The view. |
getViewValue()
public int getViewValue() Controls the set of fields returned in the GET response.
.google.appengine.v1.AuthorizedCertificateView view = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetAuthorizedCertificateRequest other)
public GetAuthorizedCertificateRequest.Builder mergeFrom(GetAuthorizedCertificateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAuthorizedCertificateRequest |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetAuthorizedCertificateRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetAuthorizedCertificateRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
|
setName(String value)
public GetAuthorizedCertificateRequest.Builder setName(String value) Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public GetAuthorizedCertificateRequest.Builder setNameBytes(ByteString value) Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
This builder for chaining. |
setView(AuthorizedCertificateView value)
public GetAuthorizedCertificateRequest.Builder setView(AuthorizedCertificateView value) Controls the set of fields returned in the GET response.
.google.appengine.v1.AuthorizedCertificateView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
AuthorizedCertificateViewThe view to set. |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
This builder for chaining. |
setViewValue(int value)
public GetAuthorizedCertificateRequest.Builder setViewValue(int value) Controls the set of fields returned in the GET response.
.google.appengine.v1.AuthorizedCertificateView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetAuthorizedCertificateRequest.Builder |
This builder for chaining. |