Interface TargetTcpProxiesSetBackendServiceRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getService()
      The URL of the new BackendService resource for the targetTcpProxy.
      com.google.protobuf.ByteString getServiceBytes()
      The URL of the new BackendService resource for the targetTcpProxy.
      boolean hasService()
      The URL of the new BackendService resource for the targetTcpProxy.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.