public static final class SourceMetadata.PluginInstanceActionSource.Builder extends GeneratedMessage.Builder<SourceMetadata.PluginInstanceActionSource.Builder> implements SourceMetadata.PluginInstanceActionSourceOrBuilderPluginInstanceActionSource represents the plugin instance action source.
Protobuf type google.cloud.apihub.v1.SourceMetadata.PluginInstanceActionSource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SourceMetadata.PluginInstanceActionSource.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SourceMetadata.PluginInstanceActionSource build()| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource |
|
buildPartial()
public SourceMetadata.PluginInstanceActionSource buildPartial()| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource |
|
clear()
public SourceMetadata.PluginInstanceActionSource.Builder clear()| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
|
clearActionId()
public SourceMetadata.PluginInstanceActionSource.Builder clearActionId()Output only. The id of the plugin instance action.
string action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
This builder for chaining. |
clearPluginInstance()
public SourceMetadata.PluginInstanceActionSource.Builder clearPluginInstance() Output only. The resource name of the source plugin instance.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
This builder for chaining. |
getActionId()
public String getActionId()Output only. The id of the plugin instance action.
string action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The actionId. |
getActionIdBytes()
public ByteString getActionIdBytes()Output only. The id of the plugin instance action.
string action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for actionId. |
getDefaultInstanceForType()
public SourceMetadata.PluginInstanceActionSource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPluginInstance()
public String getPluginInstance() Output only. The resource name of the source plugin instance.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The pluginInstance. |
getPluginInstanceBytes()
public ByteString getPluginInstanceBytes() Output only. The resource name of the source plugin instance.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pluginInstance. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SourceMetadata.PluginInstanceActionSource other)
public SourceMetadata.PluginInstanceActionSource.Builder mergeFrom(SourceMetadata.PluginInstanceActionSource other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceMetadata.PluginInstanceActionSource |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SourceMetadata.PluginInstanceActionSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SourceMetadata.PluginInstanceActionSource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
|
setActionId(String value)
public SourceMetadata.PluginInstanceActionSource.Builder setActionId(String value)Output only. The id of the plugin instance action.
string action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe actionId to set. |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
This builder for chaining. |
setActionIdBytes(ByteString value)
public SourceMetadata.PluginInstanceActionSource.Builder setActionIdBytes(ByteString value)Output only. The id of the plugin instance action.
string action_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for actionId to set. |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
This builder for chaining. |
setPluginInstance(String value)
public SourceMetadata.PluginInstanceActionSource.Builder setPluginInstance(String value) Output only. The resource name of the source plugin instance.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pluginInstance to set. |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
This builder for chaining. |
setPluginInstanceBytes(ByteString value)
public SourceMetadata.PluginInstanceActionSource.Builder setPluginInstanceBytes(ByteString value) Output only. The resource name of the source plugin instance.
Format is
projects/{project}/locations/{location}/plugins/{plugin}/instances/{instance}
string plugin_instance = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pluginInstance to set. |
| Returns | |
|---|---|
| Type | Description |
SourceMetadata.PluginInstanceActionSource.Builder |
This builder for chaining. |