@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: hapi/services/tiller.proto") public final class ReleaseServiceGrpc extends Object
ReleaseService is the service that a helm application uses to mutate, query, and manage releases. Release: A named installation composed of a chart and config. At any given time a release has one chart and one config. Config: A config is a YAML file that supplies values to the parametrizable templates of a chart. Chart: A chart is a helm package that contains metadata, a default config, zero or more optionally parameterizable templates, and zero or more charts (dependencies).
Modifier and Type | Class and Description |
---|---|
static class |
ReleaseServiceGrpc.ReleaseServiceBlockingStub
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
static class |
ReleaseServiceGrpc.ReleaseServiceFutureStub
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
static class |
ReleaseServiceGrpc.ReleaseServiceImplBase
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
static class |
ReleaseServiceGrpc.ReleaseServiceStub
ReleaseService is the service that a helm application uses to mutate,
query, and manage releases.
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.ListReleasesRequest,Tiller.ListReleasesResponse> METHOD_LIST_RELEASES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> METHOD_GET_RELEASE_STATUS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> METHOD_GET_RELEASE_CONTENT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.UpdateReleaseRequest,Tiller.UpdateReleaseResponse> METHOD_UPDATE_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> METHOD_INSTALL_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> METHOD_UNINSTALL_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.GetVersionRequest,Tiller.GetVersionResponse> METHOD_GET_VERSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.RollbackReleaseRequest,Tiller.RollbackReleaseResponse> METHOD_ROLLBACK_RELEASE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> METHOD_GET_HISTORY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> METHOD_RUN_RELEASE_TEST
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.ListReleasesRequest,Tiller.ListReleasesResponse> getListReleasesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.GetReleaseStatusRequest,Tiller.GetReleaseStatusResponse> getGetReleaseStatusMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.GetReleaseContentRequest,Tiller.GetReleaseContentResponse> getGetReleaseContentMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.UpdateReleaseRequest,Tiller.UpdateReleaseResponse> getUpdateReleaseMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.InstallReleaseRequest,Tiller.InstallReleaseResponse> getInstallReleaseMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.UninstallReleaseRequest,Tiller.UninstallReleaseResponse> getUninstallReleaseMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.GetVersionRequest,Tiller.GetVersionResponse> getGetVersionMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.RollbackReleaseRequest,Tiller.RollbackReleaseResponse> getRollbackReleaseMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.GetHistoryRequest,Tiller.GetHistoryResponse> getGetHistoryMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static MethodDescriptor<Tiller.TestReleaseRequest,Tiller.TestReleaseResponse> getRunReleaseTestMethod()
public static ReleaseServiceGrpc.ReleaseServiceStub newStub(Channel channel)
public static ReleaseServiceGrpc.ReleaseServiceBlockingStub newBlockingStub(Channel channel)
public static ReleaseServiceGrpc.ReleaseServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2017–2018, microBean. All rights reserved.