public final class RuntimeProjectAttachment extends GeneratedMessageV3 implements RuntimeProjectAttachmentOrBuilder
Runtime project attachment represents an attachment from the runtime project
to the host project. Api Hub looks for deployments in the attached runtime
projects and creates corresponding resources in Api Hub for the discovered
deployments.
Protobuf type google.cloud.apihub.v1.RuntimeProjectAttachment
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RUNTIME_PROJECT_FIELD_NUMBER
public static final int RUNTIME_PROJECT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RuntimeProjectAttachment getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RuntimeProjectAttachment.Builder newBuilder()
newBuilder(RuntimeProjectAttachment prototype)
public static RuntimeProjectAttachment.Builder newBuilder(RuntimeProjectAttachment prototype)
public static RuntimeProjectAttachment parseDelimitedFrom(InputStream input)
public static RuntimeProjectAttachment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RuntimeProjectAttachment parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RuntimeProjectAttachment parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RuntimeProjectAttachment parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RuntimeProjectAttachment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RuntimeProjectAttachment parseFrom(CodedInputStream input)
public static RuntimeProjectAttachment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RuntimeProjectAttachment parseFrom(InputStream input)
public static RuntimeProjectAttachment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RuntimeProjectAttachment parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RuntimeProjectAttachment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RuntimeProjectAttachment> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCreateTime()
public Timestamp getCreateTime()
Output only. Create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public RuntimeProjectAttachment getDefaultInstanceForType()
getName()
Identifier. The resource name of a runtime project attachment. Format:
"projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}".
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The resource name of a runtime project attachment. Format:
"projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}".
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<RuntimeProjectAttachment> getParserForType()
Overrides
getRuntimeProject()
public String getRuntimeProject()
Required. Immutable. Google cloud project name in the format:
"projects/abc" or "projects/123". As input, project name with either
project id or number are accepted. As output, this field will contain
project number.
string runtime_project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The runtimeProject.
|
getRuntimeProjectBytes()
public ByteString getRuntimeProjectBytes()
Required. Immutable. Google cloud project name in the format:
"projects/abc" or "projects/123". As input, project name with either
project id or number are accepted. As output, this field will contain
project number.
string runtime_project = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for runtimeProject.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasCreateTime()
public boolean hasCreateTime()
Output only. Create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RuntimeProjectAttachment.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RuntimeProjectAttachment.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public RuntimeProjectAttachment.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides