Interface UpdateDeviceRegistryRequestOrBuilder

    • Method Detail

      • hasDeviceRegistry

        boolean hasDeviceRegistry()
         Required. The new values for the device registry. The `id` field must be empty, and
         the `name` field must indicate the path of the resource. For example,
         `projects/example-project/locations/us-central1/registries/my-registry`.
         
        .google.cloud.iot.v1.DeviceRegistry device_registry = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the deviceRegistry field is set.
      • getDeviceRegistry

        DeviceRegistry getDeviceRegistry()
         Required. The new values for the device registry. The `id` field must be empty, and
         the `name` field must indicate the path of the resource. For example,
         `projects/example-project/locations/us-central1/registries/my-registry`.
         
        .google.cloud.iot.v1.DeviceRegistry device_registry = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The deviceRegistry.
      • getDeviceRegistryOrBuilder

        DeviceRegistryOrBuilder getDeviceRegistryOrBuilder()
         Required. The new values for the device registry. The `id` field must be empty, and
         the `name` field must indicate the path of the resource. For example,
         `projects/example-project/locations/us-central1/registries/my-registry`.
         
        .google.cloud.iot.v1.DeviceRegistry device_registry = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Only updates the `device_registry` fields indicated by this mask.
         The field mask must not be empty, and it must not contain fields that
         are immutable or only set by the server.
         Mutable top-level fields: `event_notification_config`, `http_config`,
         `mqtt_config`, and `state_notification_config`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Only updates the `device_registry` fields indicated by this mask.
         The field mask must not be empty, and it must not contain fields that
         are immutable or only set by the server.
         Mutable top-level fields: `event_notification_config`, `http_config`,
         `mqtt_config`, and `state_notification_config`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Only updates the `device_registry` fields indicated by this mask.
         The field mask must not be empty, and it must not contain fields that
         are immutable or only set by the server.
         Mutable top-level fields: `event_notification_config`, `http_config`,
         `mqtt_config`, and `state_notification_config`.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];