public static final class GetRegionSslCertificateRequest.Builder extends GeneratedMessage.Builder<GetRegionSslCertificateRequest.Builder> implements GetRegionSslCertificateRequestOrBuilderA request message for RegionSslCertificates.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionSslCertificateRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetRegionSslCertificateRequest.BuilderImplements
GetRegionSslCertificateRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetRegionSslCertificateRequest build()| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest |
|
buildPartial()
public GetRegionSslCertificateRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest |
|
clear()
public GetRegionSslCertificateRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
|
clearProject()
public GetRegionSslCertificateRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
clearRegion()
public GetRegionSslCertificateRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
clearSslCertificate()
public GetRegionSslCertificateRequest.Builder clearSslCertificate()Name of the SslCertificate resource to return.
string ssl_certificate = 46443492 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetRegionSslCertificateRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getRegion()
public String getRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getSslCertificate()
public String getSslCertificate()Name of the SslCertificate resource to return.
string ssl_certificate = 46443492 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The sslCertificate. |
getSslCertificateBytes()
public ByteString getSslCertificateBytes()Name of the SslCertificate resource to return.
string ssl_certificate = 46443492 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sslCertificate. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetRegionSslCertificateRequest other)
public GetRegionSslCertificateRequest.Builder mergeFrom(GetRegionSslCertificateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionSslCertificateRequest |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRegionSslCertificateRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetRegionSslCertificateRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
|
setProject(String value)
public GetRegionSslCertificateRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetRegionSslCertificateRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetRegionSslCertificateRequest.Builder setRegion(String value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetRegionSslCertificateRequest.Builder setRegionBytes(ByteString value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
setSslCertificate(String value)
public GetRegionSslCertificateRequest.Builder setSslCertificate(String value)Name of the SslCertificate resource to return.
string ssl_certificate = 46443492 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe sslCertificate to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |
setSslCertificateBytes(ByteString value)
public GetRegionSslCertificateRequest.Builder setSslCertificateBytes(ByteString value)Name of the SslCertificate resource to return.
string ssl_certificate = 46443492 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for sslCertificate to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionSslCertificateRequest.Builder |
This builder for chaining. |