Package com.google.cloud.compute.v1
Interface TargetTcpProxiesSetBackendServiceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetTcpProxiesSetBackendServiceRequest,TargetTcpProxiesSetBackendServiceRequest.Builder
public interface TargetTcpProxiesSetBackendServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetService()The URL of the new BackendService resource for the targetTcpProxy.com.google.protobuf.ByteStringgetServiceBytes()The URL of the new BackendService resource for the targetTcpProxy.booleanhasService()The URL of the new BackendService resource for the targetTcpProxy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasService
boolean hasService()
The URL of the new BackendService resource for the targetTcpProxy.
optional string service = 373540533;- Returns:
- Whether the service field is set.
-
getService
String getService()
The URL of the new BackendService resource for the targetTcpProxy.
optional string service = 373540533;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
The URL of the new BackendService resource for the targetTcpProxy.
optional string service = 373540533;- Returns:
- The bytes for service.
-
-