public interface GetAuthorizedCertificateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract 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 abstract 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 abstract 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. |