Interface InstanceInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceInfoResponse, InstanceInfoResponse.Builder
@Generated
public interface InstanceInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInfo()Full instance information when the config has been modified or no if_modified_since was provided.Full instance information when the config has been modified or no if_modified_since was provided.Returned when the config has not changed since if_modified_since.Returned when the config has not changed since if_modified_since.booleanhasInfo()Full instance information when the config has been modified or no if_modified_since was provided.booleanReturned when the config has not changed since if_modified_since.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInfo
boolean hasInfo()Full instance information when the config has been modified or no if_modified_since was provided.
.soulfire.v1.InstanceInfo info = 1;- Returns:
- Whether the info field is set.
-
getInfo
InstanceInfo getInfo()Full instance information when the config has been modified or no if_modified_since was provided.
.soulfire.v1.InstanceInfo info = 1;- Returns:
- The info.
-
getInfoOrBuilder
InstanceInfoOrBuilder getInfoOrBuilder()Full instance information when the config has been modified or no if_modified_since was provided.
.soulfire.v1.InstanceInfo info = 1; -
hasNotModified
boolean hasNotModified()Returned when the config has not changed since if_modified_since.
.soulfire.v1.InstanceNotModified not_modified = 2;- Returns:
- Whether the notModified field is set.
-
getNotModified
InstanceNotModified getNotModified()Returned when the config has not changed since if_modified_since.
.soulfire.v1.InstanceNotModified not_modified = 2;- Returns:
- The notModified.
-
getNotModifiedOrBuilder
InstanceNotModifiedOrBuilder getNotModifiedOrBuilder()Returned when the config has not changed since if_modified_since.
.soulfire.v1.InstanceNotModified not_modified = 2; -
getResultCase
InstanceInfoResponse.ResultCase getResultCase()
-