Package com.google.cloud.compute.v1
Interface TargetSslProxiesSetBackendServiceRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetSslProxiesSetBackendServiceRequest
,TargetSslProxiesSetBackendServiceRequest.Builder
public interface TargetSslProxiesSetBackendServiceRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getService()
The URL of the new BackendService resource for the targetSslProxy.com.google.protobuf.ByteString
getServiceBytes()
The URL of the new BackendService resource for the targetSslProxy.boolean
hasService()
The URL of the new BackendService resource for the targetSslProxy.-
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 targetSslProxy.
optional string service = 373540533;
- Returns:
- Whether the service field is set.
-
getService
String getService()
The URL of the new BackendService resource for the targetSslProxy.
optional string service = 373540533;
- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()
The URL of the new BackendService resource for the targetSslProxy.
optional string service = 373540533;
- Returns:
- The bytes for service.
-
-