publicfinalclass DeploymentextendsGeneratedMessageV3implementsDeploymentOrBuilder
The period during which some deployable was active in a runtime.
Protobuf type grafeas.v1beta1.deployment.Deployment
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ADDRESS_FIELD_NUMBER
publicstaticfinalintADDRESS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
CONFIG_FIELD_NUMBER
publicstaticfinalintCONFIG_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
DEPLOY_TIME_FIELD_NUMBER
publicstaticfinalintDEPLOY_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintPLATFORM_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RESOURCE_URI_FIELD_NUMBER
publicstaticfinalintRESOURCE_URI_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
UNDEPLOY_TIME_FIELD_NUMBER
publicstaticfinalintUNDEPLOY_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
USER_EMAIL_FIELD_NUMBER
publicstaticfinalintUSER_EMAIL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticDeploymentgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticDeployment.BuildernewBuilder()
newBuilder(Deployment prototype)
publicstaticDeployment.BuildernewBuilder(Deploymentprototype)
publicstaticDeploymentparseDelimitedFrom(InputStreaminput)
publicstaticDeploymentparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticDeploymentparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticDeploymentparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticDeploymentparseFrom(CodedInputStreaminput)
publicstaticDeploymentparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticDeploymentparseFrom(InputStreaminput)
publicstaticDeploymentparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticDeploymentparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<Deployment>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAddress()
Address of the runtime element hosting this deployment.
string address = 5;
| Returns |
| Type |
Description |
String |
The address.
|
getAddressBytes()
publicByteStringgetAddressBytes()
Address of the runtime element hosting this deployment.
string address = 5;
| Returns |
| Type |
Description |
ByteString |
The bytes for address.
|
getConfig()
Configuration used to create this deployment.
string config = 4;
| Returns |
| Type |
Description |
String |
The config.
|
getConfigBytes()
publicByteStringgetConfigBytes()
Configuration used to create this deployment.
string config = 4;
| Returns |
| Type |
Description |
ByteString |
The bytes for config.
|
getDefaultInstanceForType()
publicDeploymentgetDefaultInstanceForType()
getDeployTime()
publicTimestampgetDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
| Returns |
| Type |
Description |
Timestamp |
The deployTime.
|
getDeployTimeOrBuilder()
publicTimestampOrBuildergetDeployTimeOrBuilder()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
getParserForType()
publicParser<Deployment>getParserForType()
Overrides
publicDeployment.PlatformgetPlatform()
Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;
publicintgetPlatformValue()
Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for platform.
|
getResourceUri(int index)
publicStringgetResourceUri(intindex)
Output only. Resource URI for the artifact being deployed taken from
the deployable field with the same name.
repeated string resource_uri = 6;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The resourceUri at the given index.
|
getResourceUriBytes(int index)
publicByteStringgetResourceUriBytes(intindex)
Output only. Resource URI for the artifact being deployed taken from
the deployable field with the same name.
repeated string resource_uri = 6;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the resourceUri at the given index.
|
getResourceUriCount()
publicintgetResourceUriCount()
Output only. Resource URI for the artifact being deployed taken from
the deployable field with the same name.
repeated string resource_uri = 6;
| Returns |
| Type |
Description |
int |
The count of resourceUri.
|
getResourceUriList()
publicProtocolStringListgetResourceUriList()
Output only. Resource URI for the artifact being deployed taken from
the deployable field with the same name.
repeated string resource_uri = 6;
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getUndeployTime()
publicTimestampgetUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
| Returns |
| Type |
Description |
Timestamp |
The undeployTime.
|
getUndeployTimeOrBuilder()
publicTimestampOrBuildergetUndeployTimeOrBuilder()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()
Overrides
getUserEmail()
publicStringgetUserEmail()
Identity of the user that triggered this deployment.
string user_email = 1;
| Returns |
| Type |
Description |
String |
The userEmail.
|
getUserEmailBytes()
publicByteStringgetUserEmailBytes()
Identity of the user that triggered this deployment.
string user_email = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for userEmail.
|
hasDeployTime()
publicbooleanhasDeployTime()
Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
| Returns |
| Type |
Description |
boolean |
Whether the deployTime field is set.
|
hasUndeployTime()
publicbooleanhasUndeployTime()
End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
| Returns |
| Type |
Description |
boolean |
Whether the undeployTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicDeployment.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedDeployment.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicDeployment.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides