Interface UndeleteServiceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UndeleteServiceRequest, UndeleteServiceRequest.Builder

    public interface UndeleteServiceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getServiceName()
      Required.
      com.google.protobuf.ByteString getServiceNameBytes()
      Required.
      • 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

      • getServiceName

        String getServiceName()
         Required. The name of the service. See the
         [overview](https://cloud.google.com/service-management/overview) for naming
         requirements. For example: `example.googleapis.com`.
         
        string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The serviceName.
      • getServiceNameBytes

        com.google.protobuf.ByteString getServiceNameBytes()
         Required. The name of the service. See the
         [overview](https://cloud.google.com/service-management/overview) for naming
         requirements. For example: `example.googleapis.com`.
         
        string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for serviceName.