public interface UpdateApiRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getApi()
public abstract Api getApi()
Required. The API resource to update.
The API resource's name
field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Api |
The api. |
getApiOrBuilder()
public abstract ApiOrBuilder getApiOrBuilder()
Required. The API resource to update.
The API resource's name
field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ApiOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasApi()
public abstract boolean hasApi()
Required. The API resource to update.
The API resource's name
field is used to identify the API resource to
update.
Format: projects/{project}/locations/{location}/apis/{api}
.google.cloud.apihub.v1.Api api = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the api field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |