Class Deployment (2.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.81.0 (latest)
- 2.79.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.10
- 2.3.1
- 2.2.16
publicfinalclass DeploymentextendsGeneratedMessageV3implementsDeploymentOrBuilderThe period during which some deployable was active in a runtime.
Protobuf type grafeas.v1beta1.deployment.Deployment
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DeploymentImplements
DeploymentOrBuilderInherited Members
Static Fields
ADDRESS_FIELD_NUMBER
publicstaticfinalintADDRESS_FIELD_NUMBERCONFIG_FIELD_NUMBER
publicstaticfinalintCONFIG_FIELD_NUMBERDEPLOY_TIME_FIELD_NUMBER
publicstaticfinalintDEPLOY_TIME_FIELD_NUMBERPLATFORM_FIELD_NUMBER
publicstaticfinalintPLATFORM_FIELD_NUMBERRESOURCE_URI_FIELD_NUMBER
publicstaticfinalintRESOURCE_URI_FIELD_NUMBERUNDEPLOY_TIME_FIELD_NUMBER
publicstaticfinalintUNDEPLOY_TIME_FIELD_NUMBERUSER_EMAIL_FIELD_NUMBER
publicstaticfinalintUSER_EMAIL_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticDeploymentgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticDeployment.BuildernewBuilder()newBuilder(Deployment prototype)
publicstaticDeployment.BuildernewBuilder(Deploymentprototype)parseDelimitedFrom(InputStream input)
publicstaticDeploymentparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticDeploymentparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticDeploymentparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticDeploymentparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticDeploymentparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticDeploymentparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
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)getAddress()
publicStringgetAddress()Address of the runtime element hosting this deployment.
string address = 5;
The address.
getAddressBytes()
publicByteStringgetAddressBytes()Address of the runtime element hosting this deployment.
string address = 5;
The bytes for address.
getConfig()
publicStringgetConfig()Configuration used to create this deployment.
string config = 4;
The config.
getConfigBytes()
publicByteStringgetConfigBytes()Configuration used to create this deployment.
string config = 4;
The bytes for config.
getDefaultInstanceForType()
publicDeploymentgetDefaultInstanceForType()getDeployTime()
publicTimestampgetDeployTime()Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
The deployTime.
getDeployTimeOrBuilder()
publicTimestampOrBuildergetDeployTimeOrBuilder()Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
getParserForType()
publicParser<Deployment>getParserForType()getPlatform()
publicDeployment.PlatformgetPlatform()Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;
The platform.
getPlatformValue()
publicintgetPlatformValue()Platform hosting this deployment.
.grafeas.v1beta1.deployment.Deployment.Platform platform = 7;
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;
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;
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;
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;
A list containing the resourceUri.
getSerializedSize()
publicintgetSerializedSize()getUndeployTime()
publicTimestampgetUndeployTime()End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
The undeployTime.
getUndeployTimeOrBuilder()
publicTimestampOrBuildergetUndeployTimeOrBuilder()End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getUserEmail()
publicStringgetUserEmail()Identity of the user that triggered this deployment.
string user_email = 1;
The userEmail.
getUserEmailBytes()
publicByteStringgetUserEmailBytes()Identity of the user that triggered this deployment.
string user_email = 1;
The bytes for userEmail.
hasDeployTime()
publicbooleanhasDeployTime()Required. Beginning of the lifetime of this deployment.
.google.protobuf.Timestamp deploy_time = 2;
Whether the deployTime field is set.
hasUndeployTime()
publicbooleanhasUndeployTime()End of the lifetime of this deployment.
.google.protobuf.Timestamp undeploy_time = 3;
Whether the undeployTime field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicDeployment.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedDeployment.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicDeployment.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)