Class Service

  • All Implemented Interfaces:
    ServiceOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class Service
    extends com.google.protobuf.GeneratedMessageV3
    implements ServiceOrBuilder
     A managed metastore service that serves metadata queries.
     
    Protobuf type google.cloud.metastore.v1beta.Service
    See Also:
    Serialized Form
    • Field Detail

      • HIVE_METASTORE_CONFIG_FIELD_NUMBER

        public static final int HIVE_METASTORE_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CREATE_TIME_FIELD_NUMBER

        public static final int CREATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • UPDATE_TIME_FIELD_NUMBER

        public static final int UPDATE_TIME_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ENDPOINT_URI_FIELD_NUMBER

        public static final int ENDPOINT_URI_FIELD_NUMBER
        See Also:
        Constant Field Values
      • STATE_MESSAGE_FIELD_NUMBER

        public static final int STATE_MESSAGE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ARTIFACT_GCS_URI_FIELD_NUMBER

        public static final int ARTIFACT_GCS_URI_FIELD_NUMBER
        See Also:
        Constant Field Values
      • METADATA_INTEGRATION_FIELD_NUMBER

        public static final int METADATA_INTEGRATION_FIELD_NUMBER
        See Also:
        Constant Field Values
      • MAINTENANCE_WINDOW_FIELD_NUMBER

        public static final int MAINTENANCE_WINDOW_FIELD_NUMBER
        See Also:
        Constant Field Values
      • METADATA_MANAGEMENT_ACTIVITY_FIELD_NUMBER

        public static final int METADATA_MANAGEMENT_ACTIVITY_FIELD_NUMBER
        See Also:
        Constant Field Values
      • RELEASE_CHANNEL_FIELD_NUMBER

        public static final int RELEASE_CHANNEL_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ENCRYPTION_CONFIG_FIELD_NUMBER

        public static final int ENCRYPTION_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • NETWORK_CONFIG_FIELD_NUMBER

        public static final int NETWORK_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DATABASE_TYPE_FIELD_NUMBER

        public static final int DATABASE_TYPE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TELEMETRY_CONFIG_FIELD_NUMBER

        public static final int TELEMETRY_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SCALING_CONFIG_FIELD_NUMBER

        public static final int SCALING_CONFIG_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasHiveMetastoreConfig

        public boolean hasHiveMetastoreConfig()
         Configuration information specific to running Hive metastore
         software as the metastore service.
         
        .google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;
        Specified by:
        hasHiveMetastoreConfig in interface ServiceOrBuilder
        Returns:
        Whether the hiveMetastoreConfig field is set.
      • getHiveMetastoreConfig

        public HiveMetastoreConfig getHiveMetastoreConfig()
         Configuration information specific to running Hive metastore
         software as the metastore service.
         
        .google.cloud.metastore.v1beta.HiveMetastoreConfig hive_metastore_config = 5;
        Specified by:
        getHiveMetastoreConfig in interface ServiceOrBuilder
        Returns:
        The hiveMetastoreConfig.
      • getName

        public String getName()
         Immutable. The relative resource name of the metastore service, in the
         following format:
        
         `projects/{project_number}/locations/{location_id}/services/{service_id}`.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getName in interface ServiceOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Immutable. The relative resource name of the metastore service, in the
         following format:
        
         `projects/{project_number}/locations/{location_id}/services/{service_id}`.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getNameBytes in interface ServiceOrBuilder
        Returns:
        The bytes for name.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The time when the metastore service was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface ServiceOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The time when the metastore service was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface ServiceOrBuilder
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The time when the metastore service was created.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface ServiceOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The time when the metastore service was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface ServiceOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The time when the metastore service was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface ServiceOrBuilder
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The time when the metastore service was last updated.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface ServiceOrBuilder
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: ServiceOrBuilder
         User-defined labels for the metastore service.
         
        map<string, string> labels = 4;
        Specified by:
        getLabelsCount in interface ServiceOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         User-defined labels for the metastore service.
         
        map<string, string> labels = 4;
        Specified by:
        containsLabels in interface ServiceOrBuilder
      • getNetwork

        public String getNetwork()
         Immutable. The relative resource name of the VPC network on which the
         instance can be accessed. It is specified in the following form:
        
         `projects/{project_number}/global/networks/{network_id}`.
         
        string network = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getNetwork in interface ServiceOrBuilder
        Returns:
        The network.
      • getNetworkBytes

        public com.google.protobuf.ByteString getNetworkBytes()
         Immutable. The relative resource name of the VPC network on which the
         instance can be accessed. It is specified in the following form:
        
         `projects/{project_number}/global/networks/{network_id}`.
         
        string network = 7 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
        Specified by:
        getNetworkBytes in interface ServiceOrBuilder
        Returns:
        The bytes for network.
      • getEndpointUri

        public String getEndpointUri()
         Output only. The URI of the endpoint used to access the metastore service.
         
        string endpoint_uri = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndpointUri in interface ServiceOrBuilder
        Returns:
        The endpointUri.
      • getEndpointUriBytes

        public com.google.protobuf.ByteString getEndpointUriBytes()
         Output only. The URI of the endpoint used to access the metastore service.
         
        string endpoint_uri = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEndpointUriBytes in interface ServiceOrBuilder
        Returns:
        The bytes for endpointUri.
      • getPort

        public int getPort()
         The TCP port at which the metastore service is reached. Default: 9083.
         
        int32 port = 9;
        Specified by:
        getPort in interface ServiceOrBuilder
        Returns:
        The port.
      • getStateValue

        public int getStateValue()
         Output only. The current state of the metastore service.
         
        .google.cloud.metastore.v1beta.Service.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface ServiceOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • getState

        public Service.State getState()
         Output only. The current state of the metastore service.
         
        .google.cloud.metastore.v1beta.Service.State state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface ServiceOrBuilder
        Returns:
        The state.
      • getStateMessage

        public String getStateMessage()
         Output only. Additional information about the current state of the
         metastore service, if available.
         
        string state_message = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateMessage in interface ServiceOrBuilder
        Returns:
        The stateMessage.
      • getStateMessageBytes

        public com.google.protobuf.ByteString getStateMessageBytes()
         Output only. Additional information about the current state of the
         metastore service, if available.
         
        string state_message = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateMessageBytes in interface ServiceOrBuilder
        Returns:
        The bytes for stateMessage.
      • getArtifactGcsUri

        public String getArtifactGcsUri()
         Output only. A Cloud Storage URI (starting with `gs://`) that specifies
         where artifacts related to the metastore service are stored.
         
        string artifact_gcs_uri = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getArtifactGcsUri in interface ServiceOrBuilder
        Returns:
        The artifactGcsUri.
      • getArtifactGcsUriBytes

        public com.google.protobuf.ByteString getArtifactGcsUriBytes()
         Output only. A Cloud Storage URI (starting with `gs://`) that specifies
         where artifacts related to the metastore service are stored.
         
        string artifact_gcs_uri = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getArtifactGcsUriBytes in interface ServiceOrBuilder
        Returns:
        The bytes for artifactGcsUri.
      • getTierValue

        public int getTierValue()
         The tier of the service.
         
        .google.cloud.metastore.v1beta.Service.Tier tier = 13;
        Specified by:
        getTierValue in interface ServiceOrBuilder
        Returns:
        The enum numeric value on the wire for tier.
      • getTier

        public Service.Tier getTier()
         The tier of the service.
         
        .google.cloud.metastore.v1beta.Service.Tier tier = 13;
        Specified by:
        getTier in interface ServiceOrBuilder
        Returns:
        The tier.
      • hasMetadataIntegration

        public boolean hasMetadataIntegration()
         The setting that defines how metastore metadata should be integrated with
         external services and systems.
         
        .google.cloud.metastore.v1beta.MetadataIntegration metadata_integration = 14;
        Specified by:
        hasMetadataIntegration in interface ServiceOrBuilder
        Returns:
        Whether the metadataIntegration field is set.
      • getMetadataIntegration

        public MetadataIntegration getMetadataIntegration()
         The setting that defines how metastore metadata should be integrated with
         external services and systems.
         
        .google.cloud.metastore.v1beta.MetadataIntegration metadata_integration = 14;
        Specified by:
        getMetadataIntegration in interface ServiceOrBuilder
        Returns:
        The metadataIntegration.
      • hasMaintenanceWindow

        public boolean hasMaintenanceWindow()
         The one hour maintenance window of the metastore service. This specifies
         when the service can be restarted for maintenance purposes in UTC time.
         Maintenance window is not needed for services with the SPANNER
         database type.
         
        .google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;
        Specified by:
        hasMaintenanceWindow in interface ServiceOrBuilder
        Returns:
        Whether the maintenanceWindow field is set.
      • getMaintenanceWindow

        public MaintenanceWindow getMaintenanceWindow()
         The one hour maintenance window of the metastore service. This specifies
         when the service can be restarted for maintenance purposes in UTC time.
         Maintenance window is not needed for services with the SPANNER
         database type.
         
        .google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;
        Specified by:
        getMaintenanceWindow in interface ServiceOrBuilder
        Returns:
        The maintenanceWindow.
      • getMaintenanceWindowOrBuilder

        public MaintenanceWindowOrBuilder getMaintenanceWindowOrBuilder()
         The one hour maintenance window of the metastore service. This specifies
         when the service can be restarted for maintenance purposes in UTC time.
         Maintenance window is not needed for services with the SPANNER
         database type.
         
        .google.cloud.metastore.v1beta.MaintenanceWindow maintenance_window = 15;
        Specified by:
        getMaintenanceWindowOrBuilder in interface ServiceOrBuilder
      • getUid

        public String getUid()
         Output only. The globally unique resource identifier of the metastore
         service.
         
        string uid = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUid in interface ServiceOrBuilder
        Returns:
        The uid.
      • getUidBytes

        public com.google.protobuf.ByteString getUidBytes()
         Output only. The globally unique resource identifier of the metastore
         service.
         
        string uid = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUidBytes in interface ServiceOrBuilder
        Returns:
        The bytes for uid.
      • hasMetadataManagementActivity

        public boolean hasMetadataManagementActivity()
         Output only. The metadata management activities of the metastore service.
         
        .google.cloud.metastore.v1beta.MetadataManagementActivity metadata_management_activity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasMetadataManagementActivity in interface ServiceOrBuilder
        Returns:
        Whether the metadataManagementActivity field is set.
      • getMetadataManagementActivity

        public MetadataManagementActivity getMetadataManagementActivity()
         Output only. The metadata management activities of the metastore service.
         
        .google.cloud.metastore.v1beta.MetadataManagementActivity metadata_management_activity = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMetadataManagementActivity in interface ServiceOrBuilder
        Returns:
        The metadataManagementActivity.
      • getReleaseChannelValue

        public int getReleaseChannelValue()
         Immutable. The release channel of the service.
         If unspecified, defaults to `STABLE`.
         
        .google.cloud.metastore.v1beta.Service.ReleaseChannel release_channel = 19 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getReleaseChannelValue in interface ServiceOrBuilder
        Returns:
        The enum numeric value on the wire for releaseChannel.
      • getReleaseChannel

        public Service.ReleaseChannel getReleaseChannel()
         Immutable. The release channel of the service.
         If unspecified, defaults to `STABLE`.
         
        .google.cloud.metastore.v1beta.Service.ReleaseChannel release_channel = 19 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getReleaseChannel in interface ServiceOrBuilder
        Returns:
        The releaseChannel.
      • hasEncryptionConfig

        public boolean hasEncryptionConfig()
         Immutable. Information used to configure the Dataproc Metastore service to
         encrypt customer data at rest. Cannot be updated.
         
        .google.cloud.metastore.v1beta.EncryptionConfig encryption_config = 20 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        hasEncryptionConfig in interface ServiceOrBuilder
        Returns:
        Whether the encryptionConfig field is set.
      • getEncryptionConfig

        public EncryptionConfig getEncryptionConfig()
         Immutable. Information used to configure the Dataproc Metastore service to
         encrypt customer data at rest. Cannot be updated.
         
        .google.cloud.metastore.v1beta.EncryptionConfig encryption_config = 20 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getEncryptionConfig in interface ServiceOrBuilder
        Returns:
        The encryptionConfig.
      • getEncryptionConfigOrBuilder

        public EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()
         Immutable. Information used to configure the Dataproc Metastore service to
         encrypt customer data at rest. Cannot be updated.
         
        .google.cloud.metastore.v1beta.EncryptionConfig encryption_config = 20 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getEncryptionConfigOrBuilder in interface ServiceOrBuilder
      • hasNetworkConfig

        public boolean hasNetworkConfig()
         The configuration specifying the network settings for the
         Dataproc Metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 21;
        Specified by:
        hasNetworkConfig in interface ServiceOrBuilder
        Returns:
        Whether the networkConfig field is set.
      • getNetworkConfig

        public NetworkConfig getNetworkConfig()
         The configuration specifying the network settings for the
         Dataproc Metastore service.
         
        .google.cloud.metastore.v1beta.NetworkConfig network_config = 21;
        Specified by:
        getNetworkConfig in interface ServiceOrBuilder
        Returns:
        The networkConfig.
      • getDatabaseTypeValue

        public int getDatabaseTypeValue()
         Immutable. The database type that the Metastore service stores its data.
         
        .google.cloud.metastore.v1beta.Service.DatabaseType database_type = 22 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getDatabaseTypeValue in interface ServiceOrBuilder
        Returns:
        The enum numeric value on the wire for databaseType.
      • getDatabaseType

        public Service.DatabaseType getDatabaseType()
         Immutable. The database type that the Metastore service stores its data.
         
        .google.cloud.metastore.v1beta.Service.DatabaseType database_type = 22 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getDatabaseType in interface ServiceOrBuilder
        Returns:
        The databaseType.
      • hasTelemetryConfig

        public boolean hasTelemetryConfig()
         The configuration specifying telemetry settings for the Dataproc Metastore
         service. If unspecified defaults to `JSON`.
         
        .google.cloud.metastore.v1beta.TelemetryConfig telemetry_config = 23;
        Specified by:
        hasTelemetryConfig in interface ServiceOrBuilder
        Returns:
        Whether the telemetryConfig field is set.
      • getTelemetryConfig

        public TelemetryConfig getTelemetryConfig()
         The configuration specifying telemetry settings for the Dataproc Metastore
         service. If unspecified defaults to `JSON`.
         
        .google.cloud.metastore.v1beta.TelemetryConfig telemetry_config = 23;
        Specified by:
        getTelemetryConfig in interface ServiceOrBuilder
        Returns:
        The telemetryConfig.
      • getTelemetryConfigOrBuilder

        public TelemetryConfigOrBuilder getTelemetryConfigOrBuilder()
         The configuration specifying telemetry settings for the Dataproc Metastore
         service. If unspecified defaults to `JSON`.
         
        .google.cloud.metastore.v1beta.TelemetryConfig telemetry_config = 23;
        Specified by:
        getTelemetryConfigOrBuilder in interface ServiceOrBuilder
      • hasScalingConfig

        public boolean hasScalingConfig()
         Scaling configuration of the metastore service.
         
        .google.cloud.metastore.v1beta.ScalingConfig scaling_config = 24;
        Specified by:
        hasScalingConfig in interface ServiceOrBuilder
        Returns:
        Whether the scalingConfig field is set.
      • getScalingConfig

        public ScalingConfig getScalingConfig()
         Scaling configuration of the metastore service.
         
        .google.cloud.metastore.v1beta.ScalingConfig scaling_config = 24;
        Specified by:
        getScalingConfig in interface ServiceOrBuilder
        Returns:
        The scalingConfig.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static Service parseFrom​(ByteBuffer data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Service parseFrom​(ByteBuffer data,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Service parseFrom​(com.google.protobuf.ByteString data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Service parseFrom​(com.google.protobuf.ByteString data,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Service parseFrom​(byte[] data)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Service parseFrom​(byte[] data,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static Service parseFrom​(com.google.protobuf.CodedInputStream input,
                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                 throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Service.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Service.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Service.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static Service getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<Service> parser()
      • getParserForType

        public com.google.protobuf.Parser<Service> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Service getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder