Interface GetServiceConfigRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getConfigId()
      Required.
      com.google.protobuf.ByteString getConfigIdBytes()
      Required.
      String getServiceName()
      Required.
      com.google.protobuf.ByteString getServiceNameBytes()
      Required.
      GetServiceConfigRequest.ConfigView getView()
      Specifies which parts of the Service Config should be returned in the response.
      int getViewValue()
      Specifies which parts of the Service Config should be returned in the response.
      • 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.
      • getConfigId

        String getConfigId()
         Required. The id of the service configuration resource.
        
         This field must be specified for the server to return all fields, including
         `SourceInfo`.
         
        string config_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The configId.
      • getConfigIdBytes

        com.google.protobuf.ByteString getConfigIdBytes()
         Required. The id of the service configuration resource.
        
         This field must be specified for the server to return all fields, including
         `SourceInfo`.
         
        string config_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for configId.
      • getViewValue

        int getViewValue()
         Specifies which parts of the Service Config should be returned in the
         response.
         
        .google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView view = 3;
        Returns:
        The enum numeric value on the wire for view.
      • getView

        GetServiceConfigRequest.ConfigView getView()
         Specifies which parts of the Service Config should be returned in the
         response.
         
        .google.api.servicemanagement.v1.GetServiceConfigRequest.ConfigView view = 3;
        Returns:
        The view.