public static final class GetNetworkEdgeSecurityServiceRequest.Builder extends GeneratedMessageV3.Builder<GetNetworkEdgeSecurityServiceRequest.Builder> implements GetNetworkEdgeSecurityServiceRequestOrBuilder
A request message for NetworkEdgeSecurityServices.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetNetworkEdgeSecurityServiceRequest
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 GetNetworkEdgeSecurityServiceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GetNetworkEdgeSecurityServiceRequest build()
buildPartial()
public GetNetworkEdgeSecurityServiceRequest buildPartial()
clear()
public GetNetworkEdgeSecurityServiceRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetNetworkEdgeSecurityServiceRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNetworkEdgeSecurityService()
public GetNetworkEdgeSecurityServiceRequest.Builder clearNetworkEdgeSecurityService()
Name of the network edge security service to get.
string network_edge_security_service = 157011879 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public GetNetworkEdgeSecurityServiceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearProject()
public GetNetworkEdgeSecurityServiceRequest.Builder clearProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
clearRegion()
public GetNetworkEdgeSecurityServiceRequest.Builder clearRegion()
Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
clone()
public GetNetworkEdgeSecurityServiceRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GetNetworkEdgeSecurityServiceRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNetworkEdgeSecurityService()
public String getNetworkEdgeSecurityService()
Name of the network edge security service to get.
string network_edge_security_service = 157011879 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
String |
The networkEdgeSecurityService.
|
getNetworkEdgeSecurityServiceBytes()
public ByteString getNetworkEdgeSecurityServiceBytes()
Name of the network edge security service to get.
string network_edge_security_service = 157011879 [(.google.api.field_behavior) = REQUIRED];
| Returns |
| Type |
Description |
ByteString |
The bytes for networkEdgeSecurityService.
|
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GetNetworkEdgeSecurityServiceRequest other)
public GetNetworkEdgeSecurityServiceRequest.Builder mergeFrom(GetNetworkEdgeSecurityServiceRequest other)
public GetNetworkEdgeSecurityServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GetNetworkEdgeSecurityServiceRequest.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetNetworkEdgeSecurityServiceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetNetworkEdgeSecurityServiceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNetworkEdgeSecurityService(String value)
public GetNetworkEdgeSecurityServiceRequest.Builder setNetworkEdgeSecurityService(String value)
Name of the network edge security service to get.
string network_edge_security_service = 157011879 [(.google.api.field_behavior) = REQUIRED];
| Parameter |
| Name |
Description |
value |
String
The networkEdgeSecurityService to set.
|
setNetworkEdgeSecurityServiceBytes(ByteString value)
public GetNetworkEdgeSecurityServiceRequest.