com.dimajix.flowman.kernel.proto.project.GetProjectResponse Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: project.proto
package com.dimajix.flowman.kernel.proto.project;
/**
* Protobuf type {@code com.dimajix.flowman.kernel.project.GetProjectResponse}
*/
public final class GetProjectResponse extends
com.dimajix.shaded.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.dimajix.flowman.kernel.project.GetProjectResponse)
GetProjectResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use GetProjectResponse.newBuilder() to construct.
private GetProjectResponse(com.dimajix.shaded.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GetProjectResponse() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GetProjectResponse();
}
public static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.dimajix.flowman.kernel.proto.project.ProjectProto.internal_static_com_dimajix_flowman_kernel_project_GetProjectResponse_descriptor;
}
@java.lang.Override
protected com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.dimajix.flowman.kernel.proto.project.ProjectProto.internal_static_com_dimajix_flowman_kernel_project_GetProjectResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.dimajix.flowman.kernel.proto.project.GetProjectResponse.class, com.dimajix.flowman.kernel.proto.project.GetProjectResponse.Builder.class);
}
public static final int PROJECT_FIELD_NUMBER = 1;
private com.dimajix.flowman.kernel.proto.project.ProjectDetails project_;
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
* @return Whether the project field is set.
*/
@java.lang.Override
public boolean hasProject() {
return project_ != null;
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
* @return The project.
*/
@java.lang.Override
public com.dimajix.flowman.kernel.proto.project.ProjectDetails getProject() {
return project_ == null ? com.dimajix.flowman.kernel.proto.project.ProjectDetails.getDefaultInstance() : project_;
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
@java.lang.Override
public com.dimajix.flowman.kernel.proto.project.ProjectDetailsOrBuilder getProjectOrBuilder() {
return project_ == null ? com.dimajix.flowman.kernel.proto.project.ProjectDetails.getDefaultInstance() : project_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.dimajix.shaded.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (project_ != null) {
output.writeMessage(1, getProject());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (project_ != null) {
size += com.dimajix.shaded.protobuf.CodedOutputStream
.computeMessageSize(1, getProject());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.dimajix.flowman.kernel.proto.project.GetProjectResponse)) {
return super.equals(obj);
}
com.dimajix.flowman.kernel.proto.project.GetProjectResponse other = (com.dimajix.flowman.kernel.proto.project.GetProjectResponse) obj;
if (hasProject() != other.hasProject()) return false;
if (hasProject()) {
if (!getProject()
.equals(other.getProject())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasProject()) {
hash = (37 * hash) + PROJECT_FIELD_NUMBER;
hash = (53 * hash) + getProject().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
java.nio.ByteBuffer data)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
java.nio.ByteBuffer data,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
com.dimajix.shaded.protobuf.ByteString data)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
com.dimajix.shaded.protobuf.ByteString data,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(byte[] data)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
byte[] data,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
java.io.InputStream input,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseDelimitedFrom(
java.io.InputStream input,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
com.dimajix.shaded.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse parseFrom(
com.dimajix.shaded.protobuf.CodedInputStream input,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.dimajix.flowman.kernel.proto.project.GetProjectResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.dimajix.shaded.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.dimajix.flowman.kernel.project.GetProjectResponse}
*/
public static final class Builder extends
com.dimajix.shaded.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.dimajix.flowman.kernel.project.GetProjectResponse)
com.dimajix.flowman.kernel.proto.project.GetProjectResponseOrBuilder {
public static final com.dimajix.shaded.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.dimajix.flowman.kernel.proto.project.ProjectProto.internal_static_com_dimajix_flowman_kernel_project_GetProjectResponse_descriptor;
}
@java.lang.Override
protected com.dimajix.shaded.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.dimajix.flowman.kernel.proto.project.ProjectProto.internal_static_com_dimajix_flowman_kernel_project_GetProjectResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.dimajix.flowman.kernel.proto.project.GetProjectResponse.class, com.dimajix.flowman.kernel.proto.project.GetProjectResponse.Builder.class);
}
// Construct using com.dimajix.flowman.kernel.proto.project.GetProjectResponse.newBuilder()
private Builder() {
}
private Builder(
com.dimajix.shaded.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
project_ = null;
if (projectBuilder_ != null) {
projectBuilder_.dispose();
projectBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.dimajix.shaded.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.dimajix.flowman.kernel.proto.project.ProjectProto.internal_static_com_dimajix_flowman_kernel_project_GetProjectResponse_descriptor;
}
@java.lang.Override
public com.dimajix.flowman.kernel.proto.project.GetProjectResponse getDefaultInstanceForType() {
return com.dimajix.flowman.kernel.proto.project.GetProjectResponse.getDefaultInstance();
}
@java.lang.Override
public com.dimajix.flowman.kernel.proto.project.GetProjectResponse build() {
com.dimajix.flowman.kernel.proto.project.GetProjectResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.dimajix.flowman.kernel.proto.project.GetProjectResponse buildPartial() {
com.dimajix.flowman.kernel.proto.project.GetProjectResponse result = new com.dimajix.flowman.kernel.proto.project.GetProjectResponse(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.dimajix.flowman.kernel.proto.project.GetProjectResponse result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.project_ = projectBuilder_ == null
? project_
: projectBuilder_.build();
}
}
@java.lang.Override
public Builder mergeFrom(com.dimajix.shaded.protobuf.Message other) {
if (other instanceof com.dimajix.flowman.kernel.proto.project.GetProjectResponse) {
return mergeFrom((com.dimajix.flowman.kernel.proto.project.GetProjectResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.dimajix.flowman.kernel.proto.project.GetProjectResponse other) {
if (other == com.dimajix.flowman.kernel.proto.project.GetProjectResponse.getDefaultInstance()) return this;
if (other.hasProject()) {
mergeProject(other.getProject());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.dimajix.shaded.protobuf.CodedInputStream input,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
input.readMessage(
getProjectFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.dimajix.shaded.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.dimajix.flowman.kernel.proto.project.ProjectDetails project_;
private com.dimajix.shaded.protobuf.SingleFieldBuilderV3<
com.dimajix.flowman.kernel.proto.project.ProjectDetails, com.dimajix.flowman.kernel.proto.project.ProjectDetails.Builder, com.dimajix.flowman.kernel.proto.project.ProjectDetailsOrBuilder> projectBuilder_;
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
* @return Whether the project field is set.
*/
public boolean hasProject() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
* @return The project.
*/
public com.dimajix.flowman.kernel.proto.project.ProjectDetails getProject() {
if (projectBuilder_ == null) {
return project_ == null ? com.dimajix.flowman.kernel.proto.project.ProjectDetails.getDefaultInstance() : project_;
} else {
return projectBuilder_.getMessage();
}
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
public Builder setProject(com.dimajix.flowman.kernel.proto.project.ProjectDetails value) {
if (projectBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
project_ = value;
} else {
projectBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
public Builder setProject(
com.dimajix.flowman.kernel.proto.project.ProjectDetails.Builder builderForValue) {
if (projectBuilder_ == null) {
project_ = builderForValue.build();
} else {
projectBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
public Builder mergeProject(com.dimajix.flowman.kernel.proto.project.ProjectDetails value) {
if (projectBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
project_ != null &&
project_ != com.dimajix.flowman.kernel.proto.project.ProjectDetails.getDefaultInstance()) {
getProjectBuilder().mergeFrom(value);
} else {
project_ = value;
}
} else {
projectBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
public Builder clearProject() {
bitField0_ = (bitField0_ & ~0x00000001);
project_ = null;
if (projectBuilder_ != null) {
projectBuilder_.dispose();
projectBuilder_ = null;
}
onChanged();
return this;
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
public com.dimajix.flowman.kernel.proto.project.ProjectDetails.Builder getProjectBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getProjectFieldBuilder().getBuilder();
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
public com.dimajix.flowman.kernel.proto.project.ProjectDetailsOrBuilder getProjectOrBuilder() {
if (projectBuilder_ != null) {
return projectBuilder_.getMessageOrBuilder();
} else {
return project_ == null ?
com.dimajix.flowman.kernel.proto.project.ProjectDetails.getDefaultInstance() : project_;
}
}
/**
* .com.dimajix.flowman.kernel.project.ProjectDetails project = 1;
*/
private com.dimajix.shaded.protobuf.SingleFieldBuilderV3<
com.dimajix.flowman.kernel.proto.project.ProjectDetails, com.dimajix.flowman.kernel.proto.project.ProjectDetails.Builder, com.dimajix.flowman.kernel.proto.project.ProjectDetailsOrBuilder>
getProjectFieldBuilder() {
if (projectBuilder_ == null) {
projectBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.dimajix.flowman.kernel.proto.project.ProjectDetails, com.dimajix.flowman.kernel.proto.project.ProjectDetails.Builder, com.dimajix.flowman.kernel.proto.project.ProjectDetailsOrBuilder>(
getProject(),
getParentForChildren(),
isClean());
project_ = null;
}
return projectBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.dimajix.shaded.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.dimajix.shaded.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:com.dimajix.flowman.kernel.project.GetProjectResponse)
}
// @@protoc_insertion_point(class_scope:com.dimajix.flowman.kernel.project.GetProjectResponse)
private static final com.dimajix.flowman.kernel.proto.project.GetProjectResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.dimajix.flowman.kernel.proto.project.GetProjectResponse();
}
public static com.dimajix.flowman.kernel.proto.project.GetProjectResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.dimajix.shaded.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GetProjectResponse parsePartialFrom(
com.dimajix.shaded.protobuf.CodedInputStream input,
com.dimajix.shaded.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.dimajix.shaded.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.dimajix.shaded.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.dimajix.shaded.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.dimajix.shaded.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.dimajix.shaded.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.dimajix.flowman.kernel.proto.project.GetProjectResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy