public interface UpdateSubscriberRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSubscriber()
public abstract Subscriber getSubscriber()Required. The subscriber resource to update. Its 'name' field is mapped to the URI, and the value of the 'name' field should be of the form: "projects/{project}/subscribers/{subscriber_id}". The remaining fields of the Subscriber object represent the new values for the corresponding fields in the existing subscriber resource.
.google.devicesandservices.health.v4.Subscriber subscriber = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Subscriber |
The subscriber. |
getSubscriberOrBuilder()
public abstract SubscriberOrBuilder getSubscriberOrBuilder()Required. The subscriber resource to update. Its 'name' field is mapped to the URI, and the value of the 'name' field should be of the form: "projects/{project}/subscribers/{subscriber_id}". The remaining fields of the Subscriber object represent the new values for the corresponding fields in the existing subscriber resource.
.google.devicesandservices.health.v4.Subscriber subscriber = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SubscriberOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. A field mask that specifies which fields of the Subscriber message are to be updated. This allows for partial updates. Supported fields:
- endpoint_uri
- subscriber_configs
- endpoint_authorization
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. A field mask that specifies which fields of the Subscriber message are to be updated. This allows for partial updates. Supported fields:
- endpoint_uri
- subscriber_configs
- endpoint_authorization
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasSubscriber()
public abstract boolean hasSubscriber()Required. The subscriber resource to update. Its 'name' field is mapped to the URI, and the value of the 'name' field should be of the form: "projects/{project}/subscribers/{subscriber_id}". The remaining fields of the Subscriber object represent the new values for the corresponding fields in the existing subscriber resource.
.google.devicesandservices.health.v4.Subscriber subscriber = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the subscriber field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. A field mask that specifies which fields of the Subscriber message are to be updated. This allows for partial updates. Supported fields:
- endpoint_uri
- subscriber_configs
- endpoint_authorization
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |