- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
public static final class CheckUpgradeResponse.Builder extends GeneratedMessageV3.Builder<CheckUpgradeResponse.Builder> implements CheckUpgradeResponseOrBuilder
Message containing information about the result of an upgrade check operation.
Protobuf type google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CheckUpgradeResponse.BuilderImplements
CheckUpgradeResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckUpgradeResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckUpgradeResponse.Builder |
build()
public CheckUpgradeResponse build()
Type | Description |
CheckUpgradeResponse |
buildPartial()
public CheckUpgradeResponse buildPartial()
Type | Description |
CheckUpgradeResponse |
clear()
public CheckUpgradeResponse.Builder clear()
Type | Description |
CheckUpgradeResponse.Builder |
clearBuildLogUri()
public CheckUpgradeResponse.Builder clearBuildLogUri()
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
clearContainsPypiModulesConflict()
public CheckUpgradeResponse.Builder clearContainsPypiModulesConflict()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CheckUpgradeResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CheckUpgradeResponse.Builder |
clearImageVersion()
public CheckUpgradeResponse.Builder clearImageVersion()
Composer image for which the build was happening.
string image_version = 5;
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckUpgradeResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CheckUpgradeResponse.Builder |
clearPypiConflictBuildLogExtract()
public CheckUpgradeResponse.Builder clearPypiConflictBuildLogExtract()
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
clearPypiDependencies()
public CheckUpgradeResponse.Builder clearPypiDependencies()
Type | Description |
CheckUpgradeResponse.Builder |
clone()
public CheckUpgradeResponse.Builder clone()
Type | Description |
CheckUpgradeResponse.Builder |
containsPypiDependencies(String key)
public boolean containsPypiDependencies(String key)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Name | Description |
key | String |
Type | Description |
boolean |
getBuildLogUri()
public String getBuildLogUri()
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The buildLogUri. |
getBuildLogUriBytes()
public ByteString getBuildLogUriBytes()
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for buildLogUri. |
getContainsPypiModulesConflict()
public CheckUpgradeResponse.ConflictResult getContainsPypiModulesConflict()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
CheckUpgradeResponse.ConflictResult | The containsPypiModulesConflict. |
getContainsPypiModulesConflictValue()
public int getContainsPypiModulesConflictValue()
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int | The enum numeric value on the wire for containsPypiModulesConflict. |
getDefaultInstanceForType()
public CheckUpgradeResponse getDefaultInstanceForType()
Type | Description |
CheckUpgradeResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getImageVersion()
public String getImageVersion()
Composer image for which the build was happening.
string image_version = 5;
Type | Description |
String | The imageVersion. |
getImageVersionBytes()
public ByteString getImageVersionBytes()
Composer image for which the build was happening.
string image_version = 5;
Type | Description |
ByteString | The bytes for imageVersion. |
getMutablePypiDependencies()
public Map<String,String> getMutablePypiDependencies()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getPypiConflictBuildLogExtract()
public String getPypiConflictBuildLogExtract()
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The pypiConflictBuildLogExtract. |
getPypiConflictBuildLogExtractBytes()
public ByteString getPypiConflictBuildLogExtractBytes()
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for pypiConflictBuildLogExtract. |
getPypiDependencies()
public Map<String,String> getPypiDependencies()
Use #getPypiDependenciesMap() instead.
Type | Description |
Map<String,String> |
getPypiDependenciesCount()
public int getPypiDependenciesCount()
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Type | Description |
int |
getPypiDependenciesMap()
public Map<String,String> getPypiDependenciesMap()
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Type | Description |
Map<String,String> |
getPypiDependenciesOrDefault(String key, String defaultValue)
public String getPypiDependenciesOrDefault(String key, String defaultValue)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getPypiDependenciesOrThrow(String key)
public String getPypiDependenciesOrThrow(String key)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Name | Description |
key | String |
Type | Description |
String |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CheckUpgradeResponse other)
public CheckUpgradeResponse.Builder mergeFrom(CheckUpgradeResponse other)
Name | Description |
other | CheckUpgradeResponse |
Type | Description |
CheckUpgradeResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CheckUpgradeResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CheckUpgradeResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CheckUpgradeResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CheckUpgradeResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckUpgradeResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckUpgradeResponse.Builder |
putAllPypiDependencies(Map<String,String> values)
public CheckUpgradeResponse.Builder putAllPypiDependencies(Map<String,String> values)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Name | Description |
values | Map<String,String> |
Type | Description |
CheckUpgradeResponse.Builder |
putPypiDependencies(String key, String value)
public CheckUpgradeResponse.Builder putPypiDependencies(String key, String value)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Name | Description |
key | String |
value | String |
Type | Description |
CheckUpgradeResponse.Builder |
removePypiDependencies(String key)
public CheckUpgradeResponse.Builder removePypiDependencies(String key)
Pypi dependencies specified in the environment configuration, at the time when the build was triggered.
map<string, string> pypi_dependencies = 6;
Name | Description |
key | String |
Type | Description |
CheckUpgradeResponse.Builder |
setBuildLogUri(String value)
public CheckUpgradeResponse.Builder setBuildLogUri(String value)
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The buildLogUri to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setBuildLogUriBytes(ByteString value)
public CheckUpgradeResponse.Builder setBuildLogUriBytes(ByteString value)
Output only. Url for a docker build log of an upgraded image.
string build_log_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for buildLogUri to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setContainsPypiModulesConflict(CheckUpgradeResponse.ConflictResult value)
public CheckUpgradeResponse.Builder setContainsPypiModulesConflict(CheckUpgradeResponse.ConflictResult value)
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | CheckUpgradeResponse.ConflictResult The containsPypiModulesConflict to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setContainsPypiModulesConflictValue(int value)
public CheckUpgradeResponse.Builder setContainsPypiModulesConflictValue(int value)
Output only. Whether build has succeeded or failed on modules conflicts.
.google.cloud.orchestration.airflow.service.v1.CheckUpgradeResponse.ConflictResult contains_pypi_modules_conflict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | int The enum numeric value on the wire for containsPypiModulesConflict to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CheckUpgradeResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CheckUpgradeResponse.Builder |
setImageVersion(String value)
public CheckUpgradeResponse.Builder setImageVersion(String value)
Composer image for which the build was happening.
string image_version = 5;
Name | Description |
value | String The imageVersion to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setImageVersionBytes(ByteString value)
public CheckUpgradeResponse.Builder setImageVersionBytes(ByteString value)
Composer image for which the build was happening.
string image_version = 5;
Name | Description |
value | ByteString The bytes for imageVersion to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setPypiConflictBuildLogExtract(String value)
public CheckUpgradeResponse.Builder setPypiConflictBuildLogExtract(String value)
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The pypiConflictBuildLogExtract to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setPypiConflictBuildLogExtractBytes(ByteString value)
public CheckUpgradeResponse.Builder setPypiConflictBuildLogExtractBytes(ByteString value)
Output only. Extract from a docker image build log containing information about pypi modules conflicts.
string pypi_conflict_build_log_extract = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for pypiConflictBuildLogExtract to set. |
Type | Description |
CheckUpgradeResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckUpgradeResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CheckUpgradeResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckUpgradeResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CheckUpgradeResponse.Builder |