Interface UpdateServiceRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service getService()
      Required.
      ServiceOrBuilder getServiceOrBuilder()
      Required.
      com.google.protobuf.FieldMask getUpdateMask()
      A set of field paths defining which fields to use for the update.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      A set of field paths defining which fields to use for the update.
      boolean hasService()
      Required.
      boolean hasUpdateMask()
      A set of field paths defining which fields to use for the update.
      • 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()
         Required. The `Service` to draw updates from.
         The given `name` specifies the resource to update.
         
        .google.monitoring.v3.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the service field is set.
      • getService

        Service getService()
         Required. The `Service` to draw updates from.
         The given `name` specifies the resource to update.
         
        .google.monitoring.v3.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The service.
      • getServiceOrBuilder

        ServiceOrBuilder getServiceOrBuilder()
         Required. The `Service` to draw updates from.
         The given `name` specifies the resource to update.
         
        .google.monitoring.v3.Service service = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         A set of field paths defining which fields to use for the update.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         A set of field paths defining which fields to use for the update.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         A set of field paths defining which fields to use for the update.
         
        .google.protobuf.FieldMask update_mask = 2;