Interface CreateServiceConfigRequestOrBuilder

    • Method Summary

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

        boolean hasServiceConfig()
         Required. The service configuration resource.
         
        .google.api.Service service_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the serviceConfig field is set.
      • getServiceConfig

        com.google.api.Service getServiceConfig()
         Required. The service configuration resource.
         
        .google.api.Service service_config = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The serviceConfig.
      • getServiceConfigOrBuilder

        com.google.api.ServiceOrBuilder getServiceConfigOrBuilder()
         Required. The service configuration resource.
         
        .google.api.Service service_config = 2 [(.google.api.field_behavior) = REQUIRED];