public static final class GetRegionSslPolicyRequest.Builder extends GeneratedMessageV3.Builder<GetRegionSslPolicyRequest.Builder> implements GetRegionSslPolicyRequestOrBuilder
A request message for RegionSslPolicies.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionSslPolicyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetRegionSslPolicyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GetRegionSslPolicyRequest build()
buildPartial()
public GetRegionSslPolicyRequest buildPartial()
clear()
public GetRegionSslPolicyRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetRegionSslPolicyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GetRegionSslPolicyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProject()
public GetRegionSslPolicyRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clearRegion()
public GetRegionSslPolicyRequest.Builder clearRegion()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
public GetRegionSslPolicyRequest.Builder clearSslPolicy()
Name of the SSL policy to update. The name must be 1-63 characters long,
and comply with RFC1035.
string ssl_policy = 295190213 [(.google.api.field_behavior) = REQUIRED];
clone()
public GetRegionSslPolicyRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GetRegionSslPolicyRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
getSslPolicy()
public String getSslPolicy()
Name of the SSL policy to update. The name must be 1-63 characters long,
and comply with RFC1035.
string ssl_policy = 295190213 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The sslPolicy.
|
getSslPolicyBytes()
public ByteString getSslPolicyBytes()
Name of the SSL policy to update. The name must be 1-63 characters long,
and comply with RFC1035.
string ssl_policy = 295190213 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for sslPolicy.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetRegionSslPolicyRequest other)
public GetRegionSslPolicyRequest.Builder mergeFrom(GetRegionSslPolicyRequest other)
public GetRegionSslPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetRegionSslPolicyRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetRegionSslPolicyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetRegionSslPolicyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setProject(String value)
public GetRegionSslPolicyRequest.Builder setProject(String value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
String
The project to set.
|
setProjectBytes(ByteString value)
public GetRegionSslPolicyRequest.Builder setProjectBytes(ByteString value)
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for project to set.
|
setRegion(String value)