public interface SourceMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOriginalResourceCreateTime()
public abstract Timestamp getOriginalResourceCreateTime()
Output only. The time at which the resource was created at the source.
.google.protobuf.Timestamp original_resource_create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The originalResourceCreateTime. |
getOriginalResourceCreateTimeOrBuilder()
public abstract TimestampOrBuilder getOriginalResourceCreateTimeOrBuilder()
Output only. The time at which the resource was created at the source.
.google.protobuf.Timestamp original_resource_create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getOriginalResourceId()
public abstract String getOriginalResourceId()
Output only. The unique identifier of the resource at the source.
string original_resource_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The originalResourceId. |
getOriginalResourceIdBytes()
public abstract ByteString getOriginalResourceIdBytes()
Output only. The unique identifier of the resource at the source.
string original_resource_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for originalResourceId. |
getOriginalResourceUpdateTime()
public abstract Timestamp getOriginalResourceUpdateTime()
Output only. The time at which the resource was last updated at the source.
.google.protobuf.Timestamp original_resource_update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The originalResourceUpdateTime. |
getOriginalResourceUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getOriginalResourceUpdateTimeOrBuilder()
Output only. The time at which the resource was last updated at the source.
.google.protobuf.Timestamp original_resource_update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getPluginInstanceActionSource()
public abstract SourceMetadata.PluginInstanceActionSource getPluginInstanceActionSource()
Output only. The source of the resource is a plugin instance action.
.google.cloud.apihub.v1.SourceMetadata.PluginInstanceActionSource plugin_instance_action_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
SourceMetadata.PluginInstanceActionSource |
The pluginInstanceActionSource. |
getPluginInstanceActionSourceOrBuilder()
public abstract SourceMetadata.PluginInstanceActionSourceOrBuilder getPluginInstanceActionSourceOrBuilder()
Output only. The source of the resource is a plugin instance action.
.google.cloud.apihub.v1.SourceMetadata.PluginInstanceActionSource plugin_instance_action_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
SourceMetadata.PluginInstanceActionSourceOrBuilder |
getSourceCase()
public abstract SourceMetadata.SourceCase getSourceCase()
Returns | |
---|---|
Type | Description |
SourceMetadata.SourceCase |
getSourceType()
public abstract SourceMetadata.SourceType getSourceType()
Output only. The type of the source.
.google.cloud.apihub.v1.SourceMetadata.SourceType source_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
SourceMetadata.SourceType |
The sourceType. |
getSourceTypeValue()
public abstract int getSourceTypeValue()
Output only. The type of the source.
.google.cloud.apihub.v1.SourceMetadata.SourceType source_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for sourceType. |
hasOriginalResourceCreateTime()
public abstract boolean hasOriginalResourceCreateTime()
Output only. The time at which the resource was created at the source.
.google.protobuf.Timestamp original_resource_create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the originalResourceCreateTime field is set. |
hasOriginalResourceUpdateTime()
public abstract boolean hasOriginalResourceUpdateTime()
Output only. The time at which the resource was last updated at the source.
.google.protobuf.Timestamp original_resource_update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the originalResourceUpdateTime field is set. |
hasPluginInstanceActionSource()
public abstract boolean hasPluginInstanceActionSource()
Output only. The source of the resource is a plugin instance action.
.google.cloud.apihub.v1.SourceMetadata.PluginInstanceActionSource plugin_instance_action_source = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pluginInstanceActionSource field is set. |